1
0
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:
Thomas Hindoe Paaboel Andersen 2016-02-23 20:25:48 +01:00
parent 662ea1b14a
commit 404d53a968

View File

@ -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",