projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a92e36
)
Removed an unneeded trailing '\' from Windows' START_TIMING.
author
Andrej Kacian
<ticho@claws-mail.org>
Tue, 20 Dec 2016 22:31:16 +0000
(23:31 +0100)
committer
Andrej 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
patch
|
blob
|
history
diff --git
a/src/common/timing.h
b/src/common/timing.h
index 61ffa489a14ae6e33a7c2ece6ddab001380d5273..f97bfb147d32b955aef9c134ac9cb501028accc8 100644
(file)
--- a/
src/common/timing.h
+++ b/
src/common/timing.h
@@
-63,7
+63,7
@@
LARGE_INTEGER diff; \
const char *timing_name=str; \
QueryPerformanceFrequency (&frequency); \
- QueryPerformanceCounter (&start);
\
+ QueryPerformanceCounter (&start);
#define END_TIMING() \
QueryPerformanceCounter (&end); \