dmabuf: fix formating

This commit is contained in:
Michael Olbrich 2013-05-03 11:29:05 +02:00 committed by Sebastian Dröge
parent 347898d516
commit 72e32060b8

View file

@ -101,7 +101,7 @@ gst_dmabuf_mem_map (GstMemory * gmem, gsize maxsize, GstMapFlags flags)
if (mem->data == MAP_FAILED) {
mem->data = NULL;
GST_ERROR ("%p: fd %d: mmap failed: %s", mem, mem->fd,
g_strerror(errno));
g_strerror (errno));
goto out;
}
}