mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +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;
|
||||
GInputStream *right_in = NULL;
|
||||
GOutputStream *right_out = NULL;
|
||||
gboolean ret;
|
||||
gboolean ret = FALSE;
|
||||
|
||||
if (!test_pipe (&left_in, &right_out, error))
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user