Skip to content

Commit 2103a62

Browse files
committed
fixed minor warning on prototype definition
1 parent ff79558 commit 2103a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fuzzer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static UTIL_time_t g_displayClock = UTIL_TIME_INITIALIZER;
6868

6969
#undef MIN
7070
#undef MAX
71-
void FUZ_bug976()
71+
void FUZ_bug976(void)
7272
{ /* these constants shall not depend on MIN() macro */
7373
assert(ZSTD_HASHLOG_MAX < 31);
7474
assert(ZSTD_CHAINLOG_MAX < 31);

0 commit comments

Comments
 (0)