mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Reindent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25808 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e1c3f319f2
commit
925d887fe3
@ -447,8 +447,8 @@ cddb_read_parse(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) {
|
||||
ptr2 = strstr(ptr, "\n.\n");
|
||||
if (ptr2) ptr2++;
|
||||
else {
|
||||
mp_msg(MSGT_DEMUX, MSGL_FIXME, "Unable to find '.'\n");
|
||||
ptr2=ptr+strlen(ptr); //return -1;
|
||||
mp_msg(MSGT_DEMUX, MSGL_FIXME, "Unable to find '.'\n");
|
||||
ptr2=ptr+strlen(ptr); //return -1;
|
||||
}
|
||||
// Ok found the end
|
||||
// do a sanity check
|
||||
|
Loading…
x
Reference in New Issue
Block a user