[Commits] [SCM] claws branch, master, updated. 3.14.1-65-gcf9cab5
ticho at claws-mail.org
ticho at claws-mail.org
Tue Dec 20 23:31:39 CET 2016
The branch, master has been updated
via cf9cab50cbf40ac76f6db206573c0bf03624a2d0 (commit)
from 4a92e36b32bf29d913acf1fed9d81261aa7b4063 (commit)
Summary of changes:
src/common/timing.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit cf9cab50cbf40ac76f6db206573c0bf03624a2d0
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Dec 20 23:31:16 2016 +0100
Removed an unneeded trailing '\' from Windows' START_TIMING.
Well spotted by Pierre Fortin.
diff --git a/src/common/timing.h b/src/common/timing.h
index 61ffa48..f97bfb1 100644
--- 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); \
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list