mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
tests: Add missing initializer for return value
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user