From c99ab20853b1315d59938c7e16a420bc09407299 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Mar 2009 01:25:52 -0400 Subject: Fixed a few minor cases of uninitialized variables --- 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 0933abcf..c203a2de 100644 --- a/src/main.cc +++ b/src/main.cc @@ -58,7 +58,7 @@ namespace ledger { int main(int argc, char * argv[], char * envp[]) { - int status; + int status = 1; #ifdef HAVE_BOOST_PYTHON argv0 = argv[0]; -- cgit v1.2.3