diff options
author | zhuyaliang <[email protected]> | 2021-07-19 02:18:16 +0800 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2021-07-19 15:16:44 -0400 |
commit | f9d1c221023e76e5a84bb4f88af4b05494054dd4 (patch) | |
tree | 6337ba65fad8650ef7633ec344ae9bf7702a0ac7 /capplets/about-me/mate-about-me-password.c | |
parent | 15f1a9f8d57cca42e2adb8ce8c825b1d1c1328a7 (diff) | |
download | mate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.bz2 mate-control-center-f9d1c221023e76e5a84bb4f88af4b05494054dd4.tar.xz |
Fix compilation warning
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-rw-r--r-- | capplets/about-me/mate-about-me-password.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |