Kaydet (Commit) fee10040 authored tarafından Walter Dörwald's avatar Walter Dörwald

sound_playsound() doesn't have to be visible externally,

so make it static.
üst d449eab1
...@@ -73,7 +73,7 @@ PyDoc_STRVAR(sound_module_doc, ...@@ -73,7 +73,7 @@ PyDoc_STRVAR(sound_module_doc,
"\n" "\n"
"Beep(frequency, duration) - Make a beep through the PC speaker."); "Beep(frequency, duration) - Make a beep through the PC speaker.");
PyObject * static PyObject *
sound_playsound(PyObject *s, PyObject *args) sound_playsound(PyObject *s, PyObject *args)
{ {
const char *sound; const char *sound;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment