From f672024e06b7b03c2a9287bf75faf375955fa791 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 4 Apr 2004 11:26:32 +0000 Subject: *** empty log message *** --- reports.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'reports.cc') diff --git a/reports.cc b/reports.cc index 24160396..d9efac2b 100644 --- a/reports.cc +++ b/reports.cc @@ -460,7 +460,7 @@ void add_new_entry(int index, int argc, char **argv) } if (index == argc) { - std::cerr << "Error: Too few arguments to 'add'." << std::endl; + std::cerr << "Error: Too few arguments to 'entry'." << std::endl; std::exit(1); } @@ -733,6 +733,8 @@ int main(int argc, char * argv[]) delete main_ledger; #endif + + return 0; } // reports.cc ends here. -- cgit v1.2.3