From 56b56685e0b09e26b219b8afa88566d81880dce7 Mon Sep 17 00:00:00 2001 From: vsonnier Date: Sat, 27 May 2017 15:28:42 +0200 Subject: [PATCH] Yet Another Semicolon After Endif left... (#549) --- src/util/Timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Timer.cpp b/src/util/Timer.cpp index cf3389d..385681e 100644 --- a/src/util/Timer.cpp +++ b/src/util/Timer.cpp @@ -16,7 +16,7 @@ Timer::Timer(void) : time_elapsed(0), system_milliseconds(0), start_time(0), end //fine for Windows 7+ systems, and use the highest appropriate counter. //this only need to be done once. ::QueryPerformanceFrequency(&win_frequency); -#endif; +#endif }