X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=ucimap-example.c;h=d433f6155bdaf374fca440e04227012f4fb7a75b;hb=0a115f989a9eeef8505c0f5dab4ac6a5a6c0af34;hp=1b2f601742a991fb38ec739bbb7b536f70674adb;hpb=4f27765f0d0b33788e37c81958f8497f72163500;p=uci.git diff --git a/ucimap-example.c b/ucimap-example.c index 1b2f601..d433f61 100644 --- a/ucimap-example.c +++ b/ucimap-example.c @@ -63,7 +63,7 @@ network_parse_ip(void *section, struct uci_optmap *om, union ucimap_data *data, } 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];