diff options
Diffstat (limited to 'coreutils/sum.c')
-rw-r--r-- | coreutils/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c index 60f3b3007..35e89a6a3 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -41,7 +41,7 @@ static unsigned sum_file(const char *file, unsigned type) | |||
41 | if (!bytes_read && !r) | 41 | if (!bytes_read && !r) |
42 | /* no error */ | 42 | /* no error */ |
43 | break; | 43 | break; |
44 | bb_perror_msg(file); | 44 | bb_simple_perror_msg(file); |
45 | return 0; | 45 | return 0; |
46 | } | 46 | } |
47 | 47 | ||