Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bef26 commit c818d53Copy full SHA for c818d53
1 file changed
Modules/audioop.c
@@ -40,7 +40,7 @@ typedef unsigned long Py_UInt32;
40
else if ( x > MAXLIN ) x = MAXLIN; \
41
} while ( 0 )
42
43
-static unsigned char st_linear_to_ulaw( /* int sample */ );
+static unsigned char st_linear_to_ulaw(int sample);
44
45
/*
46
** This macro converts from ulaw to 16 bit linear, faster.
0 commit comments