From 5b97a31968224337dfef91d1fb5cf34e3c1e5d72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 11:15:46 +0200 Subject: Remove stray semicolon from generated code --- cli/source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/source.cxx b/cli/source.cxx index f73455b..44bf93e 100644 --- a/cli/source.cxx +++ b/cli/source.cxx @@ -873,7 +873,7 @@ namespace os << "static " << desc << "_type " << desc << "_;"; os << "return " << desc << "_;" - << "};"; + << "}"; } // _parse () -- cgit v1.1