From 793fa5a91f24358aa7ce21abf6ee4e93a17b04ee Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 19:04:24 +0500 Subject: wip --- src/filename_ext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/filename_ext.cxx') diff --git a/src/filename_ext.cxx b/src/filename_ext.cxx index a4d86937b..3f5ffa0cb 100644 --- a/src/filename_ext.cxx +++ b/src/filename_ext.cxx @@ -29,7 +29,6 @@ \return a pointer to the extension (including '.') if one was found, or a pointer to the terminating NUL character (effectively a pointer to an empty string) if no extension was found. - \see fl_filename_ext_str(const std::string &filename) */ const char *fl_filename_ext(const char *buf) { return Fl::system_driver()->filename_ext(buf); -- cgit v1.2.3