diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-02 20:37:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-02 20:37:26 +0100 |
| commit | 59d3b2e9fd10bdf14592e82ced422346ecd7204e (patch) | |
| tree | 3934af905b0b5d7609bf4507a627c06e27f0ae22 /fluid/Fl_Function_Type.cxx | |
| parent | 796ff44268893a010def65b77ed32b08bcdef191 (diff) | |
FLUID: Unicode support in ExternalCodeEditor_WIN32.cxx (#453)
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
