summaryrefslogtreecommitdiff
path: root/src/global.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cc')
-rw-r--r--src/global.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.cc b/src/global.cc
index 3e83ba04..bc172075 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -477,8 +477,8 @@ void handle_debug_options(int argc, char * argv[])
#endif
}
else if (i + 1 < argc && std::strcmp(argv[i], "--init-file") == 0) {
- _init_file = argv[i + 1];
- i++;
+ _init_file = argv[i + 1];
+ i++;
}
else if (i + 1 < argc && std::strcmp(argv[i], "--debug") == 0) {
#if DEBUG_ON