[MPlayer-cvslog] r25808 - trunk/stream/stream_cddb.c
reimar
subversion at mplayerhq.hu
Sat Jan 19 17:58:58 CET 2008
Author: reimar
Date: Sat Jan 19 17:58:57 2008
New Revision: 25808
Log:
Reindent
Modified:
trunk/stream/stream_cddb.c
Modified: trunk/stream/stream_cddb.c
==============================================================================
--- trunk/stream/stream_cddb.c (original)
+++ trunk/stream/stream_cddb.c Sat Jan 19 17:58:57 2008
@@ -447,8 +447,8 @@ cddb_read_parse(HTTP_header_t *http_hdr,
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
More information about the MPlayer-cvslog
mailing list