Add const qualifier where appropriate
Submitted by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
parent
1ca436ce87
commit
ef47a0af1a
@ -1554,7 +1554,7 @@ rtmsg(int cmd, int flags, int fib)
|
||||
return (0);
|
||||
}
|
||||
|
||||
static const char *msgtypes[] = {
|
||||
static const char *const msgtypes[] = {
|
||||
"",
|
||||
"RTM_ADD: Add Route",
|
||||
"RTM_DELETE: Delete Route",
|
||||
|
Loading…
Reference in New Issue
Block a user