summaryrefslogtreecommitdiff
path: root/src/eom-image.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-10-28 17:15:20 +0300
committerinfirit <[email protected]>2014-12-23 13:52:33 +0100
commit6f20a4ebbe6a37be428e72ea0d3286f61671c8ec (patch)
treee65371a9c6c117a2b2a4e1ee6879ac689bb5a44a /src/eom-image.c
parent46c44a46efca3d0b0be143c2d1e71ee018489c9f (diff)
downloadeom-6f20a4ebbe6a37be428e72ea0d3286f61671c8ec.tar.bz2
eom-6f20a4ebbe6a37be428e72ea0d3286f61671c8ec.tar.xz
use guint for signals arrays, and zero-initialize them
Diffstat (limited to 'src/eom-image.c')
-rw-r--r--src/eom-image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-image.c b/src/eom-image.c
index 29bbaed..61164e9 100644
--- a/src/eom-image.c
+++ b/src/eom-image.c
@@ -80,7 +80,7 @@ enum {
SIGNAL_LAST
};
-static gint signals[SIGNAL_LAST];
+static guint signals[SIGNAL_LAST] = { 0 };
static GList *supported_mime_types = NULL;