summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
-rw-r--r--fluid/Fl_Function_Type.cxx2
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);