mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +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) {
|
||||
unsigned w, i, cols = columns();
|
||||
static const char const* table[] = {
|
||||
static const char* const table[] = {
|
||||
"o - Other",
|
||||
"p - Repeater",
|
||||
"b - Bridge",
|
||||
|
Loading…
Reference in New Issue
Block a user