From b207798426701283dbfc35063f25ae12d3ad70b8 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Fri, 12 Jan 2018 02:15:33 +0200 Subject: [PATCH] (events_init): make standard_events const. Signed-off-by: Andrew V. Samoilov --- src/events_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events_init.c b/src/events_init.c index 867898f5d..4f227ab76 100644 --- a/src/events_init.c +++ b/src/events_init.c @@ -58,7 +58,7 @@ gboolean events_init (GError ** mcerror) { /* *INDENT-OFF* */ - event_init_t standard_events[] = + static const event_init_t standard_events[] = { {MCEVENT_GROUP_CORE, "clipboard_file_to_ext_clip", clipboard_file_to_ext_clip, NULL}, {MCEVENT_GROUP_CORE, "clipboard_file_from_ext_clip", clipboard_file_from_ext_clip, NULL},