From 0ec1c96a063da938d89e0958eedfa5da7095ea1b Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 7 Dec 2015 14:40:44 -0700 Subject: [PATCH] build: fix warning --- qbsp/qbsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index 93102620..0ed0fd86 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -182,7 +182,7 @@ void StripExtension(char *path); void StripFilename(char *path); int IsAbsolutePath(const char *path); int Q_strcasecmp(const char *s1, const char *s2); - +int Q_strncasecmp(const char *s1, const char *s2, int n); char *copystring(const char *s); //===== mathlib.h