summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/option.h2
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);