Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fee1004

Browse files
committed
sound_playsound() doesn't have to be visible externally,
so make it static.
1 parent d449eab commit fee1004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/winsound.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PyDoc_STRVAR(sound_module_doc,
7373
"\n"
7474
"Beep(frequency, duration) - Make a beep through the PC speaker.");
7575

76-
PyObject *
76+
static PyObject *
7777
sound_playsound(PyObject *s, PyObject *args)
7878
{
7979
const char *sound;

0 commit comments

Comments
 (0)