diff options
Diffstat (limited to 'src/callback.c')
-rw-r--r-- | src/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callback.c b/src/callback.c index e1599ff..f5a6112 100644 --- a/src/callback.c +++ b/src/callback.c @@ -37,7 +37,7 @@ static int mnl_cb_stop(const struct nlmsghdr *nlh, void *data) return MNL_CB_STOP; } -static mnl_cb_t default_cb_array[NLMSG_MIN_TYPE] = { +static const mnl_cb_t default_cb_array[NLMSG_MIN_TYPE] = { [NLMSG_NOOP] = mnl_cb_noop, [NLMSG_ERROR] = mnl_cb_error, [NLMSG_DONE] = mnl_cb_stop, |