[nautilus/wip/antoniof/switch-case-braces-style-fix] test




commit 6c12dd6e6db0ad4eb1002296fafa980c571e4b5f
Author: António Fernandes <antoniof gnome org>
Date:   Sun Jul 11 14:11:13 2021 +0100

    test

 src/nautilus-previewer.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/nautilus-previewer.c b/src/nautilus-previewer.c
index 66074ab93..fcc04c4f0 100644
--- a/src/nautilus-previewer.c
+++ b/src/nautilus-previewer.c
@@ -37,7 +37,8 @@
 #define PREVIEWER2_DBUS_IFACE "org.gnome.NautilusPreviewer2"
 #define PREVIEWER_DBUS_PATH "/org/gnome/NautilusPreviewer"
 
-static GDBusProxy *previewer_v2_proxy = NULL;
+static GDBusProxy *previewer_v2_proxy;
+previewer_v2_proxy = NULL;
 
 static gboolean
 ensure_previewer_v2_proxy (void)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]