From 0d435d51aca65f76702369a1a7d389ee0e31e1e2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 20 Dec 2021 01:19:00 +0100 Subject: GitHub #328: removed stray ';' in Fluid code generation. --- fluid/Fl_Function_Type.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fluid/Fl_Function_Type.cxx') diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index ab3672e23..a4ab673a0 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -994,9 +994,8 @@ void Fl_Decl_Type::write_code1() { const char* e = c+strlen(c), *csc = c; while (cscc && e[-1]==' ') e--; - while (e>c && e[-1]==';') e--; if (class_name(1)) { write_public(public_); write_comment_h(indent(1)); -- cgit v1.2.3