From 925d887fe308499bb267e5a4443d6b59cef32b87 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Jan 2008 16:58:57 +0000 Subject: Reindent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25808 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_cddb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream') 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 -- cgit v1.2.3