summaryrefslogtreecommitdiff
path: root/src/option.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.cc')
-rw-r--r--src/option.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.cc b/src/option.cc
index dae0f0af..f7008b47 100644
--- a/src/option.cc
+++ b/src/option.cc
@@ -89,7 +89,7 @@ namespace {
catch (const std::exception&) {
if (name[0] == '-')
add_error_context(_("While parsing option '%1'") << name);
-
+
else
add_error_context(_("While parsing environent variable '%1'") << name);
throw;
@@ -156,7 +156,7 @@ namespace {
op_bool_char_tuple(expr_t::ptr_op_t _op, bool _truth, char _ch)
: op(_op), truth(_truth), ch(_ch) {}
};
-}
+}
strings_list process_arguments(strings_list args, scope_t& scope)
{