diff options
Diffstat (limited to 'networking/route.c')
-rw-r--r-- | networking/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c index ff5daa8a7..26146f8e9 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -702,7 +702,7 @@ int route_main(int argc UNUSED_PARAM, char **argv) | |||
702 | #endif | 702 | #endif |
703 | bb_displayroutes(noresolve, opt & ROUTE_OPT_e); | 703 | bb_displayroutes(noresolve, opt & ROUTE_OPT_e); |
704 | 704 | ||
705 | fflush_stdout_and_exit(EXIT_SUCCESS); | 705 | fflush_stdout_and_exit_SUCCESS(); |
706 | } | 706 | } |
707 | 707 | ||
708 | /* Check verb. At the moment, must be add, del, or delete. */ | 708 | /* Check verb. At the moment, must be add, del, or delete. */ |