Yet Another Semicolon After Endif left... (#549)

This commit is contained in:
vsonnier 2017-05-27 15:28:42 +02:00
parent 3de3d3eee8
commit 56b56685e0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}