summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/log.h b/src/helper/log.h
index 34646e70..422e2b5c 100644
--- a/src/helper/log.h
+++ b/src/helper/log.h
@@ -73,7 +73,6 @@ extern int debug_level;
log_printf (LOG_ERROR, __FILE__, __LINE__, __FUNCTION__, expr); \
} while(0)
-
/* general failures
* error codes < 100
*/
@@ -84,5 +83,4 @@ extern int debug_level;
char *allocPrintf(const char *fmt, va_list ap);
-
#endif /* LOG_H */