mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
(events_init): make standard_events const.
Signed-off-by: Andrew V. Samoilov <a.samoilov@gmail.com>
This commit is contained in:
parent
6f6c676776
commit
b207798426
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user