diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index 39c6273d..acba035c 100644 --- a/src/option.h +++ b/src/option.h @@ -51,7 +51,7 @@ namespace ledger { void process_option(const string& name, scope_t& scope, - const char * arg, const string& name); + const char * arg, const string& varname); void process_environment(const char ** envp, const string& tag, scope_t& scope); |