summaryrefslogtreecommitdiff
path: root/src/flstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flstring.h')
-rw-r--r--src/flstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flstring.h b/src/flstring.h
index be4991bf2..4e2d9dfe2 100644
--- a/src/flstring.h
+++ b/src/flstring.h
@@ -84,7 +84,7 @@ FL_EXPORT extern size_t fl_strlcpy(char *, const char *, size_t);
# define strlcpy fl_strlcpy
# endif /* !HAVE_STRLCPY */
-// locale independent ascii compare, does not introduce locale pbs as w/ case cmp
+/* locale independent ascii compare, does not introduce locale pbs as w/ case cmp */
FL_EXPORT extern int fl_ascii_strcasecmp(const char *s, const char *t);
# ifdef __cplusplus