summaryrefslogtreecommitdiff
path: root/src/eggsmclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eggsmclient.c')
-rw-r--r--src/eggsmclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eggsmclient.c b/src/eggsmclient.c
index a938675..6f78626 100644
--- a/src/eggsmclient.c
+++ b/src/eggsmclient.c
@@ -39,7 +39,7 @@ enum
LAST_SIGNAL
};
-static guint signals[LAST_SIGNAL];
+static guint signals[LAST_SIGNAL] = { 0 };
struct _EggSMClientPrivate
{