summaryrefslogtreecommitdiff
path: root/option.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-04-05 02:35:48 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:32 -0400
commit2982e637c2e13dd1c94730aad09cea85df80649a (patch)
tree61ffcd99144064bcdc8d57878e54f8cda0c5d3d8 /option.h
parentf9b874e1cbbbf8f64699379009e70d849da1fcf1 (diff)
downloadfork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.gz
fork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.bz2
fork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.zip
*** empty log message ***
Diffstat (limited to 'option.h')
-rw-r--r--option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/option.h b/option.h
index 91838b99..b812fb09 100644
--- a/option.h
+++ b/option.h
@@ -38,7 +38,7 @@ class report_t;
extern config_t * config;
extern report_t * report;
-#define CONFIG_OPTIONS_SIZE 97
+#define CONFIG_OPTIONS_SIZE 98
extern option_t config_options[CONFIG_OPTIONS_SIZE];
void option_help(std::ostream& out);