diff options
Diffstat (limited to 'src/filename_setext.cxx')
| -rw-r--r-- | src/filename_setext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filename_setext.cxx b/src/filename_setext.cxx index 28c3ddc22..d922dd3aa 100644 --- a/src/filename_setext.cxx +++ b/src/filename_setext.cxx @@ -33,7 +33,7 @@ #include "flstring.h" /** - Replaces the extension in \a buf of max. size \a buflen with the extension in \a ext. + Replaces the extension in \p buf of max. size \p buflen with the extension in \p ext. \return buf itself for calling convenience. */ char *fl_filename_setext(char *buf, int buflen, const char *ext) { |
