diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-16 20:51:51 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:04 -0400 |
commit | 48cb87b8bdad1cd7279c6ce35a76b677c833599d (patch) | |
tree | 2499f1e6f2a73daffd9e0efc0b0da1e9c39d67c4 /config.cc | |
parent | fed917dd8ebd81444e89df4415a1e97e1c6c8665 (diff) | |
download | fork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.tar.gz fork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.tar.bz2 fork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.zip |
formatting changes
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ void config_t::process_options(const std::string& command, // Process remaining command-line arguments - if (command != "e" && command != "w") { + if (command != "e") { // Treat the remaining command-line arguments as regular // expressions, used for refining report results. |