commit | fee10040b4289560b5747d9e774e7a2d5d058605 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu May 22 17:22:54 2003 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu May 22 17:22:54 2003 +0000 |
tree | 57e61632ce79c4d033b9e31e4d8731bfec0171cd | |
parent | d449eab1e45d2f532f9eb6c7d35545f2d9a5248a [diff] |
sound_playsound() doesn't have to be visible externally, so make it static.
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 @@ "\n" "Beep(frequency, duration) - Make a beep through the PC speaker."); -PyObject * +static PyObject * sound_playsound(PyObject *s, PyObject *args) { const char *sound;