summaryrefslogtreecommitdiff
path: root/libview/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-view.c')
-rwxr-xr-xlibview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index db445fe1..5e3b4d23 100755
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -78,7 +78,7 @@ enum {
};
#endif
-static guint signals[N_SIGNALS];
+static guint signals[N_SIGNALS] = { 0 };
typedef enum {
EV_VIEW_FIND_NEXT,