From: Dennis Schafroth Date: Tue, 22 May 2012 15:14:38 +0000 (+0200) Subject: Cosmetic X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=90b039bc01d9469a685735040f05918544dab9fe;p=yaz-moved-to-github.git Cosmetic --- 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)