summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/picobsd/tinyware/ns/ns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c
index 83ddecc..777a7be 100644
--- a/release/picobsd/tinyware/ns/ns.c
+++ b/release/picobsd/tinyware/ns/ns.c
@@ -379,7 +379,7 @@ print_routing(char *proto)
free(if_buf);
free(if_table);
free(ifm_table);
- return (0);
+ return;
}
/* Now dump the routing table */
@@ -435,7 +435,7 @@ print_routing(char *proto)
free(if_buf);
free(if_table);
free(ifm_table);
- return (0);
+ return;
}
OpenPOWER on IntegriCloud