diff options
Diffstat (limited to 'package/network/config/swconfig/src')
-rw-r--r-- | package/network/config/swconfig/src/uci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/swconfig/src/uci.c b/package/network/config/swconfig/src/uci.c index bf76bd3de1..f99583b483 100644 --- a/package/network/config/swconfig/src/uci.c +++ b/package/network/config/swconfig/src/uci.c @@ -59,7 +59,7 @@ static bool swlib_match_name(struct switch_dev *dev, const char *name) strcmp(name, dev->alias) == 0); } -static int +static void swlib_map_settings(struct switch_dev *dev, int type, int port_vlan, struct uci_section *s) { struct swlib_setting *setting; |