mirror of https://github.com/xemu-project/xemu.git
fix paaudio.c warnings
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
cf36b31db2
commit
d6c05bbf29
|
@ -505,8 +505,7 @@ fail:
|
||||||
pa_stream_unref (stream);
|
pa_stream_unref (stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
qpa_logerr (pa_context_errno (g->context),
|
*rerror = pa_context_errno (g->context);
|
||||||
"stream_new() failed\n");
|
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue