diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-20 01:19:00 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-20 01:23:59 +0100 |
| commit | 0d435d51aca65f76702369a1a7d389ee0e31e1e2 (patch) | |
| tree | 1852658a6746459fc829a479059d3f8c2bb7738f /src/Fl_Help_Dialog.fl | |
| parent | e8961f10b87290ce9a0b9efc1a0439760b3b2e60 (diff) | |
GitHub #328: removed stray ';' in Fluid code generation.
Diffstat (limited to 'src/Fl_Help_Dialog.fl')
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 6aeb12e94..ba614194f 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -192,8 +192,7 @@ fl_register_images();} {} code {view_->set_changed(); int ret = view_->load(f); window_->label(view_->title()); -return ret;} {selected - } +return ret;} {} } Function {position(int xx, int yy)} {return_type void } { @@ -233,7 +232,7 @@ else } { code {view_->topline(n);} {} } - Function {topline(int n)} {return_type void + Function {topline(int n)} {selected return_type void } { code {view_->topline(n);} {} } |
