summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-07-04 16:52:03 +0000
committerAndy Wingo <wingo@pobox.com>2002-07-04 16:52:03 +0000
commit28672d474e4aef668021b0094d792842bca2b4df (patch)
treeb26e87d90bbeff716c458703f12a1e78d9765acb /gst
parentd4dc40ec5b79e7b95bba22a3a0080f657f3312c7 (diff)
fix multiline string
Original commit message from CVS: fix multiline string
Diffstat (limited to 'gst')
-rw-r--r--gst/avi/gstavidemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index 67d42dfa..52bfea16 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -1186,8 +1186,8 @@ gst_avi_demux_process_chunk (GstAviDemux *avi_demux, guint64 *filepos,
if (!gst_avi_demux_process_chunk (avi_demux, filepos, 0,
rec_depth + 1, &subchunksize)) {
- g_print (" ***** Error processing chunk at filepos 0x%08llxi
- %u %u\n", *filepos, *chunksize, datashowed);
+ g_print (" ***** Error processing chunk at filepos 0x%08llxi %u %u\n",
+ *filepos, *chunksize, datashowed);
return FALSE;
}
if (avi_demux->restart)