From d1444f4c97276d6c89dfca6846f6d62ca7487183 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 May 2012 18:17:12 -0500 Subject: Fixed a reference to HAVE_EDIT --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cc') 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("Ledger"); #if 0 -- cgit v1.2.3