From: RĂ©mi Denis-Courmont Date: Sun, 21 Dec 2008 14:44:39 +0000 (+0200) Subject: typo X-Git-Tag: 1.0.0-pre1~1704 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=dafe4a3f13baee46af0fca8bdfb0c92c2649049f;p=vlc typo --- diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h index e4ef44be78..b88a900b23 100644 --- a/include/vlc_fixups.h +++ b/include/vlc_fixups.h @@ -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 )