summaryrefslogtreecommitdiff
path: root/src/global.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cc')
-rw-r--r--src/global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.cc b/src/global.cc
index bf1f453c..6a30cafb 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -323,7 +323,7 @@ option_t<global_scope_t> * global_scope_t::lookup_option(const char * p)
OPT_(help);
break;
case 'i':
- OPT(init_file_);
+ OPT_(init_file_);
break;
case 'o':
OPT(options);