From f9d1c221023e76e5a84bb4f88af4b05494054dd4 Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Mon, 19 Jul 2021 02:18:16 +0800 Subject: Fix compilation warning --- capplets/about-me/mate-about-me-password.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capplets/about-me') diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index d9794cf1..31f92b93 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -42,6 +42,7 @@ #endif #include "capplet-util.h" +#include "mate-about-me-password.h" /* Passwd states */ typedef enum { @@ -90,7 +91,7 @@ typedef struct { */ #define PASSDLG_ERROR (mate_about_me_password_error_quark()) -GQuark mate_about_me_password_error_quark(void) +static GQuark mate_about_me_password_error_quark(void) { static GQuark q = 0; -- cgit v1.2.1