fix paaudio.c warnings

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
Gerd Hoffmann 2012-04-25 18:19:41 +02:00 committed by malc
parent cf36b31db2
commit d6c05bbf29

View file

@ -505,8 +505,7 @@ fail:
pa_stream_unref (stream);
}
qpa_logerr (pa_context_errno (g->context),
"stream_new() failed\n");
*rerror = pa_context_errno (g->context);
return NULL;
}