]> git.sesse.net Git - stockfish/blobdiff - src/timeoday.cpp
Small cleanup in misc.cpp
[stockfish] / src / timeoday.cpp
index ed1a2a907bc2bbf26f247f1d65776b892d1af7d0..6909c2dc26208700e8883b3c8797d5b06971d928 100644 (file)
@@ -9,7 +9,7 @@
 #include <time.h>
 #include "dos.h"
 
-int gettimeofday(struct timeval* tp, struct timezone* tzp)
+int gettimeofday(struct timeval* tp, struct timezone*)
 {
     SYSTEMTIME systime;