summaryrefslogtreecommitdiff
path: root/src/fl_engraved_label.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
commitd589c05b1741bf699897feef73c35a58592dc876 (patch)
tree1558a7eebd6ad40768dbc6f8bd454d5d01096666 /src/fl_engraved_label.cxx
parent957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff)
Fix documentation typos and trailing whitespace
Diffstat (limited to 'src/fl_engraved_label.cxx')
-rw-r--r--src/fl_engraved_label.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_engraved_label.cxx b/src/fl_engraved_label.cxx
index 2185548f6..3f98e3155 100644
--- a/src/fl_engraved_label.cxx
+++ b/src/fl_engraved_label.cxx
@@ -32,7 +32,7 @@ static void innards(const char *str, int len, int X, int Y, const int data[][3],
fl_color(c);
}
-static void dispatch(const Fl_Label* o,
+static void dispatch(const Fl_Label* o,
int x, int y, int w, int h, Fl_Align align,
void (*callthis)(const char*,int,int,int))
{