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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c
index d439b4da8..63b005c67 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -109,6 +109,7 @@ int rev_main(int argc UNUSED_PARAM, char **argv)
109 strrev(buf, strlen(buf)); 109 strrev(buf, strlen(buf));
110#endif 110#endif
111 fputs_stdout(buf); 111 fputs_stdout(buf);
112 pos = 0;
112 } 113 }
113 fclose(fp); 114 fclose(fp);
114 } while (*argv); 115 } while (*argv);