]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/m3u.c
* Fix non linux compilation round 2.
[vlc] / modules / demux / playlist / m3u.c
index 354e1992c6e6f25983646c740b3fb669913e9439..8128dff7767aa978faf660fecf64f3ae754df28d 100644 (file)
@@ -232,7 +232,7 @@ static void parseEXTINF(char *psz_string, char **ppsz_artist,
     end = psz_string + strlen( psz_string );
 
     /* ignore whitespaces */
-    for (; psz_string < end && ( *psz_string == '\t' || *psz_string == ' ' ); 
+    for (; psz_string < end && ( *psz_string == '\t' || *psz_string == ' ' );
          psz_string++ );
 
     /* duration: read to next comma */