Update playlist.c

This commit is contained in:
markwkidd 2016-12-07 16:08:09 -05:00 committed by GitHub
parent e65b4d8c1c
commit edf58d9e29

View File

@ -468,7 +468,6 @@ static bool playlist_read_file(
*/
if(last = strrchr(buf[i], '\r'))
*last = '\0';
*last = '\0';
else if(last = strrchr(buf[i], '\n'))
*last = '\0';
}