summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-13 08:39:12 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:30 -0400
commit82d0ee869be4636fb285f7fc61620ecd747f46f9 (patch)
treee65d7bff14d13e71738d55660a39938c2e4973eb /config.h
parentfd525ec3821f16ec3df8096a0080da797f7946c5 (diff)
downloadfork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.tar.gz
fork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.tar.bz2
fork-ledger-82d0ee869be4636fb285f7fc61620ecd747f46f9.zip
Added --ansi and --ansi-invert options.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index dce8cca0..6a057979 100644
--- a/config.h
+++ b/config.h
@@ -107,7 +107,7 @@ class config_t
std::list<item_handler<transaction_t> *>& ptrs);
};
-#define CONFIG_OPTIONS_SIZE 86
+#define CONFIG_OPTIONS_SIZE 88
extern option_t config_options[CONFIG_OPTIONS_SIZE];
void option_help(std::ostream& out);