From c9de78fe34c42e96592bf093a5997fbe982086f7 Mon Sep 17 00:00:00 2001 From: handsome_feng Date: Mon, 31 Jul 2017 17:44:26 +0800 Subject: [PATCH] fix issues #942 --- common/flatpak-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c index 7c4afd02..f9808c6c 100644 --- a/common/flatpak-utils.c +++ b/common/flatpak-utils.c @@ -2078,7 +2078,7 @@ flatpak_file_get_path_cached (GFile *file) const char *path; static GQuark _file_path_quark = 0; - if (G_UNLIKELY (_file_path_quark) == 0) + if (G_UNLIKELY (_file_path_quark == 0)) _file_path_quark = g_quark_from_static_string ("flatpak-file-path"); do