summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 6cf272c..a1cb18c 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -34,4 +34,6 @@ void _debug(int level, const char *file, int line, const char *format, ...);
#define warn(...) _debug(WARN, __FILE__, __LINE__, __VA_ARGS__)
#define error(...) _debug(ERROR, __FILE__, __LINE__, __VA_ARGS__)
-#endif \ No newline at end of file
+#define ORGID "LMI"
+
+#endif