mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
sound_playsound() doesn't have to be visible externally,
so make it static.
This commit is contained in:
parent
d449eab1e4
commit
fee10040b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue