diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:20:18 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-03-26 13:20:18 +0100 |
| commit | a67a9b0f589d41e281a5c6e5a860d761bf365217 (patch) | |
| tree | 31f82c68e35c5cb61157a5ec6a63c12dc4ea2cf4 /src | |
| parent | a2cbb03dc995227666f85b842489078fc86ef967 (diff) | |
Correct typo in Doxygen doc of Fl_System_Driver::filename_ext()
Diffstat (limited to 'src')
| -rw-r--r-- | src/filename_ext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index 90e090f62..2d3f7ea0a 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -42,10 +42,10 @@ const char *fl_filename_ext(const char *buf) { */ /** - Default implementation to find a filename extension. + Finds a filename extension. The default implementation assumes that the last `.` character separates - the extension form the basename of a file. + the extension from the basename of a file. \see fl_filename_ext(const char*) */ |
