Browse Source

fix a typo

Felix Fietkau 14 years ago
parent
commit
0a115f989a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ucimap-example.c

+ 1 - 1
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];