From 37e9ec8030a2634cbe9b2727f4d5530a582292c7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 Nov 2011 00:48:19 -0600 Subject: Report an error in the case of '(1' (missing rparen) Fixes #557 --- src/report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 58c12f24..5b403205 100644 --- a/src/report.h +++ b/src/report.h @@ -770,7 +770,7 @@ public: parent->HANDLER(total_) .set_expr(string("--percent"), "((is_account&parent&parent.total)?" - " percent(scrub(total), scrub(parent.total)):0"); + " percent(scrub(total), scrub(parent.total)):0)"); }); OPTION__ -- cgit v1.2.3