diff options
Diffstat (limited to 'util-linux/last.c')
-rw-r--r-- | util-linux/last.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/last.c b/util-linux/last.c index 24ce7a8d8..63751ca45 100644 --- a/util-linux/last.c +++ b/util-linux/last.c | |||
@@ -162,5 +162,5 @@ int last_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
162 | xlseek(file, pos, SEEK_SET); | 162 | xlseek(file, pos, SEEK_SET); |
163 | } | 163 | } |
164 | 164 | ||
165 | fflush_stdout_and_exit(EXIT_SUCCESS); | 165 | fflush_stdout_and_exit_SUCCESS(); |
166 | } | 166 | } |