diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 19:58:56 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 19:58:56 -0400 |
commit | ea1e898eec5fc643c373c84094ead3f2e8a74d5a (patch) | |
tree | 944cd6d5c9d7ebaccf55b2beaea3671767b5e077 /src/session.h | |
parent | 2d941730b1c60342be5b108d2d654723b3b7c2cb (diff) | |
download | fork-ledger-ea1e898eec5fc643c373c84094ead3f2e8a74d5a.tar.gz fork-ledger-ea1e898eec5fc643c373c84094ead3f2e8a74d5a.tar.bz2 fork-ledger-ea1e898eec5fc643c373c84094ead3f2e8a74d5a.zip |
Minor fixes to the REPL when using libedit.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index 2b33cb8d..3c441ef1 100644 --- a/src/session.h +++ b/src/session.h @@ -192,7 +192,8 @@ public: std::cout << "Ledger " << ledger::version << ", the command-line accounting tool"; std::cout << "\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\ This program is made available under the terms of the BSD Public License.\n\ -See LICENSE file included with the distribution for details and disclaimer.\n"; +See LICENSE file included with the distribution for details and disclaimer."; + std::cout << std::endl; return NULL_VALUE; } |