diff options
Diffstat (limited to 'util-linux/rev.c')
-rw-r--r-- | util-linux/rev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c index 31800fa51..cfcd12392 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -112,7 +112,7 @@ int rev_main(int argc UNUSED_PARAM, char **argv) | |||
112 | #else | 112 | #else |
113 | strrev(buf, strlen(buf)); | 113 | strrev(buf, strlen(buf)); |
114 | #endif | 114 | #endif |
115 | fputs(buf, stdout); | 115 | fputs_stdout(buf); |
116 | } | 116 | } |
117 | fclose(fp); | 117 | fclose(fp); |
118 | } while (*argv); | 118 | } while (*argv); |