diff options
Diffstat (limited to 'mysys/mf_fn_ext.c')
-rw-r--r-- | mysys/mf_fn_ext.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mysys/mf_fn_ext.c b/mysys/mf_fn_ext.c index fb3fd8870aa..3a11f1a247e 100644 --- a/mysys/mf_fn_ext.c +++ b/mysys/mf_fn_ext.c @@ -14,16 +14,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Returnerar en pekare till filnamnets extension. */ #include "mysys_priv.h" #include <m_string.h> - /* Return a pointerto the extension of the filename - The pointer points at the extension character (normally '.')) - If there isn't any extension, the pointer points at the end - NULL of the filename - */ +/* + Return a pointerto the extension of the filename + The pointer points at the extension character (normally '.')) + If there isn't any extension, the pointer points at the end + ASCII(0) of the filename. +*/ my_string fn_ext(const char *name) { |