summaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/route.c b/networking/route.c
index ff5daa8..26146f8 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -702,7 +702,7 @@ int route_main(int argc UNUSED_PARAM, char **argv)
#endif
bb_displayroutes(noresolve, opt & ROUTE_OPT_e);
- fflush_stdout_and_exit(EXIT_SUCCESS);
+ fflush_stdout_and_exit_SUCCESS();
}
/* Check verb. At the moment, must be add, del, or delete. */