From 57371365d8933542ebe7c78651f621e1273733cf Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 27 Nov 2023 15:33:53 +0100 Subject: Fix compiler warning, dependencies, and trailing whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The benign warning was: ‘Fl_Browser_::hscrollbar’ will be initialized after [-Wreorder] ‘int Fl_Browser_::linespacing_’ ... --- fluid/template_panel.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/template_panel.fl') diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index 2a98219b0..790702edc 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -265,7 +265,7 @@ if (sample_templates_generated < 2) { "er\\n}\\n", f); fclose(f); } - + template_install(path, "/FLTK_License.fl", tmpl_FLTK_License_fl, sizeof(tmpl_FLTK_License_fl), tmpl_FLTK_License_fl_size); template_install(path, "/1of7GUIs.fl", tmpl_1of7GUIs_fl, sizeof(tmpl_1of7GUIs_fl), tmpl_1of7GUIs_fl_size); sample_templates_generated = 2; -- cgit v1.2.3