Changeset - r13259:ae8aad3e20cc
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-10-15 20:15:12
rubidium@openttd.org
(svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/debug.h
Show inline comments
 
@@ -84,7 +84,7 @@ const char *GetDebugString();
 
#define TOC(str, count)\
 
	__sum__ += ottd_rdtsc() - _xxx_;\
 
	if (++__i__ == count) {\
 
		DEBUG(misc, 0, "[%s] " OTTD_PRINTF64 " [avg: %.1f]\n", str, __sum__, __sum__/(double)__i__);\
 
		DEBUG(misc, 0, "[%s] " OTTD_PRINTF64 " [avg: %.1f]", str, __sum__, __sum__/(double)__i__);\
 
		__i__ = 0;\
 
		__sum__ = 0;\
 
	}\
0 comments (0 inline, 0 general)