Removed an unneeded trailing '\' from Windows' START_TIMING.
authorAndrej Kacian <ticho@claws-mail.org>
Tue, 20 Dec 2016 22:31:16 +0000 (23:31 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 20 Dec 2016 22:31:16 +0000 (23:31 +0100)
Well spotted by Pierre Fortin.

src/common/timing.h

index 61ffa489a14ae6e33a7c2ece6ddab001380d5273..f97bfb147d32b955aef9c134ac9cb501028accc8 100644 (file)
@@ -63,7 +63,7 @@
        LARGE_INTEGER diff; \
        const char *timing_name=str; \
        QueryPerformanceFrequency (&frequency); \
        LARGE_INTEGER diff; \
        const char *timing_name=str; \
        QueryPerformanceFrequency (&frequency); \
-       QueryPerformanceCounter (&start); \
+       QueryPerformanceCounter (&start);
 
 #define END_TIMING() \
        QueryPerformanceCounter (&end); \
 
 #define END_TIMING() \
        QueryPerformanceCounter (&end); \