summaryrefslogtreecommitdiffstats
path: root/PC/winsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/winsound.c')
-rw-r--r--PC/winsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winsound.c b/PC/winsound.c
index bdc8b4c..c6f3a53 100644
--- a/PC/winsound.c
+++ b/PC/winsound.c
@@ -73,7 +73,7 @@ PyDoc_STRVAR(sound_module_doc,
"\n"
"Beep(frequency, duration) - Make a beep through the PC speaker.");
-PyObject *
+static PyObject *
sound_playsound(PyObject *s, PyObject *args)
{
const char *sound;