summaryrefslogtreecommitdiff
path: root/test/radio.fl
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:09:14 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-03-19 15:39:18 +0100
commitaf90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch)
tree8c768ffc47e08b5031110997b595e930e3e1a754 /test/radio.fl
parent3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff)
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'test/radio.fl')
-rw-r--r--test/radio.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/radio.fl b/test/radio.fl
index f21c02b0d..3eff6a248 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -6,7 +6,7 @@ Function {button_cb(Fl_Button *b, void *)} {
comment {Buttons test callback} open private return_type void
} {
code {char msg[256];
-sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d",
+sprintf(msg, "Label: '%s'\\nValue: %d\\nChanged: %d",
b->label(), b->value(), b->changed());
cb_info->value(msg);
cb_info->redraw();