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