summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-05-20 18:17:12 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-05-20 18:17:12 -0500
commitd1444f4c97276d6c89dfca6846f6d62ca7487183 (patch)
treee667e8fb7fd9b491f8356bdb5b60656914073374 /src/main.cc
parentde7322b48c09cceef0df3710f8c0d35021e23967 (diff)
downloadfork-ledger-d1444f4c97276d6c89dfca6846f6d62ca7487183.tar.gz
fork-ledger-d1444f4c97276d6c89dfca6846f6d62ca7487183.tar.bz2
fork-ledger-d1444f4c97276d6c89dfca6846f6d62ca7487183.zip
Fixed a reference to HAVE_EDIT
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 99f7451e..a1ac0339 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -127,7 +127,7 @@ int main(int argc, char * argv[], char * envp[])
bool exit_loop = false;
-#ifdef HAVE_EDIT
+#if HAVE_EDIT
rl_readline_name = const_cast<char *>("Ledger");
#if 0