[vlc-devel] commit: typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Dec 21 15:44:44 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Dec 21 16:44:39 2008 +0200| [dafe4a3f13baee46af0fca8bdfb0c92c2649049f] | committer: Rémi Denis-Courmont
typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dafe4a3f13baee46af0fca8bdfb0c92c2649049f
---
include/vlc_fixups.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index e4ef44b..b88a900 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 )
More information about the vlc-devel
mailing list