aboutsummaryrefslogtreecommitdiff
path: root/util-linux/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rev.c')
-rw-r--r--util-linux/rev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c
index ede4fbc9c..d439b4da8 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -108,7 +108,7 @@ int rev_main(int argc UNUSED_PARAM, char **argv)
108#else 108#else
109 strrev(buf, strlen(buf)); 109 strrev(buf, strlen(buf));
110#endif 110#endif
111 fputs(buf, stdout); 111 fputs_stdout(buf);
112 } 112 }
113 fclose(fp); 113 fclose(fp);
114 } while (*argv); 114 } while (*argv);