mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-07 23:57:50 -04:00
Yet Another Semicolon After Endif left... (#549)
This commit is contained in:
parent
3de3d3eee8
commit
56b56685e0
@ -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.
|
//fine for Windows 7+ systems, and use the highest appropriate counter.
|
||||||
//this only need to be done once.
|
//this only need to be done once.
|
||||||
::QueryPerformanceFrequency(&win_frequency);
|
::QueryPerformanceFrequency(&win_frequency);
|
||||||
#endif;
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user