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

so make it static.
This commit is contained in:
Walter Dörwald 2003-05-22 17:22:54 +00:00
parent d449eab1e4
commit fee10040b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;