Kaydet (Commit) c818d534 authored tarafından Fred Drake's avatar Fred Drake

Remove one compiler warning found with -Wstrict-prototypes.

üst 34bef269
......@@ -40,7 +40,7 @@ typedef unsigned long Py_UInt32;
else if ( x > MAXLIN ) x = MAXLIN; \
} while ( 0 )
static unsigned char st_linear_to_ulaw( /* int sample */ );
static unsigned char st_linear_to_ulaw(int sample);
/*
** This macro converts from ulaw to 16 bit linear, faster.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment