summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-16 05:38:01 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:52 -0400
commit8cdc8008c36bd03e44e43aef3fc84ff20df7bd34 (patch)
treeb4efb59a6c41d22cbc7e651f8ce215e38e95bfc4 /src/option.h
parent8a2b87e6e1f5cd8784130f3cfcd1911b214c55cc (diff)
downloadledger-8cdc8008c36bd03e44e43aef3fc84ff20df7bd34.tar.gz
ledger-8cdc8008c36bd03e44e43aef3fc84ff20df7bd34.tar.bz2
ledger-8cdc8008c36bd03e44e43aef3fc84ff20df7bd34.zip
Corrected problem with uninitialized value_t's.
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h
index d4003343..0c9a35fd 100644
--- a/src/option.h
+++ b/src/option.h
@@ -36,7 +36,7 @@
namespace ledger {
-bool process_option(const string& name, xml::xpath_t::scope_t * scope,
+void process_option(const string& name, xml::xpath_t::scope_t * scope,
const char * arg = NULL);
void process_environment(const char ** envp, const string& tag,