diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-23 14:58:01 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-23 14:58:01 -0500 |
commit | 465306dde9b8640e2985b5a4ff9c9145d82f5460 (patch) | |
tree | a35aed15c6cec0701fe1095b56f641c53165c424 /src/network/networkctl.c | |
parent | c550f7a9b89d017215af084288bc44f736f774fe (diff) | |
parent | 404d53a968147cbb44b3ecf756b0ab4db77d962a (diff) |
Merge pull request #2725 from phomes/misc-cleanup
Misc cleanup
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index 07ac15f478..6b1fbc603e 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -903,7 +903,7 @@ static char *lldp_capabilities_to_string(uint16_t x) { static void lldp_capabilities_legend(uint16_t x) { unsigned w, i, cols = columns(); - static const char const* table[] = { + static const char* const table[] = { "o - Other", "p - Repeater", "b - Bridge", |