summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-19 16:58:57 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-19 16:58:57 +0000
commit925d887fe308499bb267e5a4443d6b59cef32b87 (patch)
tree1778b585987bf6bade3442e245fcbac6ada07b70 /stream
parente1c3f319f2631449fc50e637a4d7e0e89f2e9842 (diff)
downloadmpv-925d887fe308499bb267e5a4443d6b59cef32b87.tar.bz2
mpv-925d887fe308499bb267e5a4443d6b59cef32b87.tar.xz
Reindent
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-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