mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
tests: Add missing initializer for return value
This commit is contained in:
parent
f626cb3c16
commit
598c3d233a
@ -105,7 +105,7 @@ test_bidi_pipe (GIOStream **left,
|
|||||||
GOutputStream *left_out = NULL;
|
GOutputStream *left_out = NULL;
|
||||||
GInputStream *right_in = NULL;
|
GInputStream *right_in = NULL;
|
||||||
GOutputStream *right_out = NULL;
|
GOutputStream *right_out = NULL;
|
||||||
gboolean ret;
|
gboolean ret = FALSE;
|
||||||
|
|
||||||
if (!test_pipe (&left_in, &right_out, error))
|
if (!test_pipe (&left_in, &right_out, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user