summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index e17595b69e..d895d1f767 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -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