Cosmetic
authorDennis Schafroth <dennis@indexdata.com>
Tue, 22 May 2012 15:14:38 +0000 (17:14 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 22 May 2012 15:14:38 +0000 (17:14 +0200)
include/yaz/log.h

index cee998a..3299f8c 100644 (file)
@@ -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)