| commit | bc41c7f0eb36e911626e3414eb389234cec377db | [log] [tgz] |
|---|---|---|
| author | Yann Collet <cyan@fb.com> | Tue Sep 12 19:32:26 2017 -0700 |
| committer | Yann Collet <cyan@fb.com> | Tue Sep 12 19:32:26 2017 -0700 |
| tree | fbcd236ad80523e6627381dd6fa73eb2c0222d7a | |
| parent | c95c0c9725e173d9f8cbc3532e39f49bbc034f63 [diff] [blame] |
fixed minor prototype warning
diff --git a/programs/util.h b/programs/util.h index d66e6bd..65eb195 100644 --- a/programs/util.h +++ b/programs/util.h
@@ -217,7 +217,7 @@ } -UTIL_STATIC void UTIL_waitForNextTick() +UTIL_STATIC void UTIL_waitForNextTick(void) { UTIL_time_t const clockStart = UTIL_getTime(); UTIL_time_t clockEnd;