diff --git a/release/picobsd/tinyware/ns/ns.c b/release/picobsd/tinyware/ns/ns.c index 83ddeccbdcc..777a7bed195 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; }