From 90b039bc01d9469a685735040f05918544dab9fe Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 22 May 2012 17:14:38 +0200 Subject: [PATCH] Cosmetic --- include/yaz/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yaz/log.h b/include/yaz/log.h index cee998a..3299f8c 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -64,7 +64,7 @@ YAZ_BEGIN_CDECL #define YLOG_FLUSH 0x00000800 /** \brief dynamic log level start */ #define YLOG_LOGLVL 0x00001000 /* log when modules query log levels */ - /* this has to be a hard-coded bit, not to loop*/ + /* this has to be a hard-coded bit, not to loop */ #define YLOG_ALL (0xffff&~YLOG_MALLOC&~YLOG_NOTIME) -- 1.7.10.4