diff --git a/PC/winsound.c b/PC/winsound.c index bdc8b4c9cef..c6f3a534fa1 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;