]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 15:14:23 +0000 (18:14 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 15:14:23 +0000 (18:14 +0300)
include/vlc_fixups.h

index b433834bbfefa6d5dc3936ae6574c463c5b85de3..0a01ceec0d7e8969f82d4d82efa55a0532e368c3 100644 (file)
@@ -113,7 +113,7 @@ int strncasecmp (const char *, const char *, size_t);
 #endif
 
 #ifndef HAVE_STRCASESTR
-char *strcasestr (const char *, const char *
+char *strcasestr (const char *, const char *);
 #endif
 
 #ifndef HAVE_GMTIME_R