diff options
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r-- | coreutils/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c index 30815ff63..4b5fa1038 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -196,7 +196,7 @@ int expand_main(int argc, char **argv) | |||
196 | exit_status = EXIT_FAILURE; | 196 | exit_status = EXIT_FAILURE; |
197 | } | 197 | } |
198 | /* If stdin also clear EOF */ | 198 | /* If stdin also clear EOF */ |
199 | if (file == stdin) | 199 | if (file == stdin) |
200 | clearerr(file); | 200 | clearerr(file); |
201 | } while (*++argv); | 201 | } while (*++argv); |
202 | 202 | ||