Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
---
 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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to