Commit dafe4a3f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

typo

parent fbe8301c
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment