mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
convert C prototypes for functions with no args from () to (void)
This commit is contained in:
@@ -50,7 +50,7 @@ struct FLAC__BitWriter {
|
||||
#define TOTAL_BITS(bw) ((bw)->words*sizeof(bwword)*8 + (bw)->bits)
|
||||
|
||||
|
||||
FLAC__bool test_bitwriter()
|
||||
FLAC__bool test_bitwriter(void)
|
||||
{
|
||||
FLAC__BitWriter *bw;
|
||||
FLAC__bool ok;
|
||||
|
||||
Reference in New Issue
Block a user