]> git.sesse.net Git - vlc/blobdiff - include/vlc_fixups.h
typo
[vlc] / include / vlc_fixups.h
index e4ef44be787859a277f02a1421478ca062a76c10..b88a900b2383c353067fc814ccbae9b1554f8ab7 100644 (file)
@@ -151,7 +151,7 @@ static inline char *strndup (const char *str, size_t max)
 #endif
 
 #ifndef HAVE_STRSEP
-static inline char *vlc_strsep( char **ppsz_string, const char *psz_delimiters )
+static inline char *strsep( char **ppsz_string, const char *psz_delimiters )
 {
     char *psz_string = *ppsz_string;
     if( !psz_string )