summaryrefslogtreecommitdiff
path: root/src/admin/ladmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/ladmin.cpp')
-rw-r--r--src/admin/ladmin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp
index bab5a7c..fdd64f3 100644
--- a/src/admin/ladmin.cpp
+++ b/src/admin/ladmin.cpp
@@ -55,6 +55,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
static
int eathena_interactive_session;
#define Iprintf if (eathena_interactive_session) PRINTF
@@ -2975,3 +2977,4 @@ int do_init(Slice<ZString> argv)
return 0;
}
+} // namespace tmwa