From 59d3b2e9fd10bdf14592e82ced422346ecd7204e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 2 Feb 2023 20:37:26 +0100 Subject: FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453) --- fluid/Fl_Function_Type.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Function_Type.cxx') diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index eeb11ee1a..03058507d 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1418,7 +1418,7 @@ void Fl_DeclBlock_Type::open() { int v = fl_choice("%s", "try again", "keep anyway", "cancel", message); printf("%d\n", v); if (v==0) continue; // try again - if (v==1) ; // keep input + if (v == 1) { } // keep input if (v==2) goto BREAK2; } name(a); -- cgit v1.2.3