diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-16 21:11:10 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-16 21:11:34 +0200 |
| commit | 010b179489af8968aa511b6464fa2e0a817450ad (patch) | |
| tree | a65d05034d81107f1d8086c1d2f429dd4223610c /src/Fl_Tile.cxx | |
| parent | 7e71cea54ae221d3706fefd782d7b51e3e87840d (diff) | |
Remove Doxygen warning in Fl_Tile.cxx line 185
The warning was
warning: End of list marker found without any preceding list items.
Diffstat (limited to 'src/Fl_Tile.cxx')
| -rw-r--r-- | src/Fl_Tile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 5c238e487..b0f41ee89 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -181,7 +181,7 @@ void Fl_Tile::resize(int X,int Y,int W,int H) { } /** - Set one of four cursors used for dragging etc.. + Set one of four cursors used for dragging etc… Fl_Tile uses an array of four cursors that are set depending on user actions: - 0: normal cursor |
