fix a typo
authorFelix Fietkau <nbd@openwrt.org>
Fri, 4 Sep 2009 23:22:37 +0000 (01:22 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 4 Sep 2009 23:22:37 +0000 (01:22 +0200)
ucimap-example.c

index 1b2f601..d433f61 100644 (file)
@@ -63,7 +63,7 @@ network_parse_ip(void *section, struct uci_optmap *om, union ucimap_data *data,
 }
 
 static int
 }
 
 static int
-network_format_ip(void *sction, struct uci_optmap *om, union ucimap_data *data, char **str)
+network_format_ip(void *section, struct uci_optmap *om, union ucimap_data *data, char **str)
 {
        static char buf[16];
        unsigned char *ip = (unsigned char *) data->data[0];
 {
        static char buf[16];
        unsigned char *ip = (unsigned char *) data->data[0];