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

Skip to content

Commit c818d53

Browse files
committed
Remove one compiler warning found with -Wstrict-prototypes.
1 parent 34bef26 commit c818d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/audioop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef unsigned long Py_UInt32;
4040
else if ( x > MAXLIN ) x = MAXLIN; \
4141
} while ( 0 )
4242

43-
static unsigned char st_linear_to_ulaw( /* int sample */ );
43+
static unsigned char st_linear_to_ulaw(int sample);
4444

4545
/*
4646
** This macro converts from ulaw to 16 bit linear, faster.

0 commit comments

Comments
 (0)