Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- src/gio-coroutine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gio-coroutine.c b/src/gio-coroutine.c index 1322f01..86623c3 100644 --- a/src/gio-coroutine.c +++ b/src/gio-coroutine.c @@ -118,7 +118,7 @@ static gboolean g_condition_wait_dispatch(GSource *src G_GNUC_UNUSED, return cb(data); } -GSourceFuncs waitFuncs = { +static GSourceFuncs waitFuncs = { .prepare = g_condition_wait_prepare, .check = g_condition_wait_check, .dispatch = g_condition_wait_dispatch, -- 2.14.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel