From 0a115f989a9eeef8505c0f5dab4ac6a5a6c0af34 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 Sep 2009 01:22:37 +0200 Subject: [PATCH] fix a typo --- ucimap-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.11.0