diff options
Diffstat (limited to 'cut-n-paste-code/libegg/eggsmclient.c')
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste-code/libegg/eggsmclient.c b/cut-n-paste-code/libegg/eggsmclient.c index f0226e34..235398f4 100644 --- a/cut-n-paste-code/libegg/eggsmclient.c +++ b/cut-n-paste-code/libegg/eggsmclient.c @@ -39,7 +39,7 @@ enum LAST_SIGNAL }; -static guint signals[LAST_SIGNAL]; +static guint signals[LAST_SIGNAL] = { 0 }; struct _EggSMClientPrivate { |