From feacd0e752b03cb7e953483f4251956a362fec7c Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 22 Oct 2001 15:52:36 +0000 Subject: [PATCH] fixed formatting --- lib/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/log.h b/lib/log.h index e3fbc2d..c9a407b 100644 --- a/lib/log.h +++ b/lib/log.h @@ -35,5 +35,5 @@ extern void initLog(char* pLogDir, int fileloglevel, char* servAddr, char* logPo extern void log(char* logString); extern void logf(const char* logFormat, ...); extern void exitLog(void); - + #endif // __log_h__ -- 1.7.10.4