aboutsummaryrefslogtreecommitdiff
path: root/miscutils/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r--miscutils/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c
index 00951b711..f723c1676 100644
--- a/miscutils/rx.c
+++ b/miscutils/rx.c
@@ -286,5 +286,5 @@ int rx_main(int argc, char **argv)
286 if (n < 0) 286 if (n < 0)
287 bb_error_msg_and_die("\nreceive failed:\n %s", error_buf); 287 bb_error_msg_and_die("\nreceive failed:\n %s", error_buf);
288 288
289 bb_fflush_stdout_and_exit(EXIT_SUCCESS); 289 fflush_stdout_and_exit(EXIT_SUCCESS);
290} 290}