mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
networkctl: fix const
This commit is contained in:
parent
662ea1b14a
commit
404d53a968
@ -903,7 +903,7 @@ static char *lldp_capabilities_to_string(uint16_t x) {
|
|||||||
|
|
||||||
static void lldp_capabilities_legend(uint16_t x) {
|
static void lldp_capabilities_legend(uint16_t x) {
|
||||||
unsigned w, i, cols = columns();
|
unsigned w, i, cols = columns();
|
||||||
static const char const* table[] = {
|
static const char* const table[] = {
|
||||||
"o - Other",
|
"o - Other",
|
||||||
"p - Repeater",
|
"p - Repeater",
|
||||||
"b - Bridge",
|
"b - Bridge",
|
||||||
|
Loading…
Reference in New Issue
Block a user