aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Content.c b/src/Content.c
index 2a28462..d284f39 100644
--- a/src/Content.c
+++ b/src/Content.c
@@ -271,7 +271,7 @@ int HTTP_ContentLink(const char *URL,
@@*/
static int CompareStrings(const void *string1, const void *string2)
{
- return Util_StrCmpi(*(const char **)string1, *(const char **)string2);
+ return Util_StrCmpi(*(const char * const *)string1, *(const char * const *)string2);
}
/******************************************************************************