time: -Wstrict-prototypes fix

pull/8430/head
Victor Julien 3 years ago
parent 9fbe683642
commit da1ad843b4

@ -149,7 +149,7 @@ void TimeSetToCurrentTime(void)
} }
#endif #endif
SCTime_t TimeGet() SCTime_t TimeGet(void)
{ {
struct timeval tv = { 0 }; struct timeval tv = { 0 };
if (live_time_tracking) { if (live_time_tracking) {

Loading…
Cancel
Save