summaryrefslogtreecommitdiff
path: root/capplets/about-me/mate-about-me-password.c
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2021-07-19 02:18:16 +0800
committerVictor Kareh <[email protected]>2021-07-19 15:16:44 -0400
commitf9d1c221023e76e5a84bb4f88af4b05494054dd4 (patch)
tree6337ba65fad8650ef7633ec344ae9bf7702a0ac7 /capplets/about-me/mate-about-me-password.c
parent15f1a9f8d57cca42e2adb8ce8c825b1d1c1328a7 (diff)
downloadmate-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.c3
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;