summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 17d407e..f2c895b 100644
--- a/helper.h
+++ b/helper.h
@@ -34,7 +34,7 @@ typedef enum {
extern DebugLevel _debugLevel;
-void plog(const DebugLevel debugLevel, char *args, ...);
+void plog(const DebugLevel messageLevel, char *args, ...);
#endif