summaryrefslogtreecommitdiffstats
path: root/common/sys/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/sys/string.c')
-rw-r--r--common/sys/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/string.c b/common/sys/string.c
index 02c5eb98..6f738939 100644
--- a/common/sys/string.c
+++ b/common/sys/string.c
@@ -348,7 +348,7 @@ int DBCS_Status(const char *dbcstr, int pos)
/**
* DBCS_strcasestr(pool, ptr): 在字串 pool 中尋找 ptr (只忽略英文大小寫)
*/
-const char *
+char *
DBCS_strcasestr(const char* pool, const char *ptr)
{
int i = 0, i2 = 0, found = 0,