summaryrefslogtreecommitdiff
path: root/src/FbTk/StringUtil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/StringUtil.cc')
-rw-r--r--src/FbTk/StringUtil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/StringUtil.cc b/src/FbTk/StringUtil.cc
index 7c8f91c..18e000e 100644
--- a/src/FbTk/StringUtil.cc
+++ b/src/FbTk/StringUtil.cc
@@ -63,7 +63,7 @@ namespace StringUtil {
63/** 63/**
64 Tries to find a string in another and 64 Tries to find a string in another and
65 ignoring the case of the characters 65 ignoring the case of the characters
66 Returns 0 on success else pointer to str. 66 Returns 0 on failure else pointer to str.
67*/ 67*/
68const char *strcasestr(const char *str, const char *ptn) { 68const char *strcasestr(const char *str, const char *ptn) {
69 const char *s2, *p2; 69 const char *s2, *p2;