summaryrefslogtreecommitdiff
path: root/option.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-28 18:27:12 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:32 -0400
commitf9b874e1cbbbf8f64699379009e70d849da1fcf1 (patch)
treeca4c874a1b67051cc84efa3a035e311377d46257 /option.h
parent5a93d4819e5fc753352618b729e0fe45532166b9 (diff)
downloadfork-ledger-f9b874e1cbbbf8f64699379009e70d849da1fcf1.tar.gz
fork-ledger-f9b874e1cbbbf8f64699379009e70d849da1fcf1.tar.bz2
fork-ledger-f9b874e1cbbbf8f64699379009e70d849da1fcf1.zip
Added elision styles.
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 4bbafdfc..91838b99 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 95
+#define CONFIG_OPTIONS_SIZE 97
extern option_t config_options[CONFIG_OPTIONS_SIZE];
void option_help(std::ostream& out);