From 025af3c189ad804caa8df4ee973fee1adb402a70 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Mar 2009 17:35:31 -0400 Subject: Corrected a syntax error in a gettext usage --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/filters.cc b/src/filters.cc index 14b18db1..bb2681c6 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -753,7 +753,7 @@ void budget_posts::report_budget_items(const date_t& date) optional begin = pair.first.start; if (! begin) { if (! pair.first.find_period(date)) - throw_(std::runtime_error, _()"Something odd has happened"); + throw_(std::runtime_error, _("Something odd has happened")); begin = pair.first.start; } assert(begin); -- cgit v1.2.3