mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-27 03:23:16 +00:00
fix multiline string
Original commit message from CVS: fix multiline string
This commit is contained in:
parent
d4dc40ec5b
commit
28672d474e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue