build: fix warning

This commit is contained in:
Eric Wasylishen 2015-12-07 14:40:44 -07:00
parent c149ed2bf6
commit 0ec1c96a06
1 changed files with 1 additions and 1 deletions

View File

@ -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