diff options
Diffstat (limited to 'plugins/LotusNotify/src/debug.h')
-rw-r--r-- | plugins/LotusNotify/src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/debug.h b/plugins/LotusNotify/src/debug.h index 556efcd77b..736238bda4 100644 --- a/plugins/LotusNotify/src/debug.h +++ b/plugins/LotusNotify/src/debug.h @@ -1,6 +1,6 @@ #pragma once
-extern char PLUGINNAME[];
+extern char MODULENAME[];
void logRegister(void);
void logUnregister(void);
|