diff options
Diffstat (limited to 'miscutils/dc.c')
-rw-r--r-- | miscutils/dc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c index 51376dd75..e94dc39e0 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c | |||
@@ -100,7 +100,7 @@ static void mod(void) | |||
100 | * 0 | 100 | * 0 |
101 | */ | 101 | */ |
102 | if (d == 0) { | 102 | if (d == 0) { |
103 | bb_error_msg("remainder by zero"); | 103 | bb_simple_error_msg("remainder by zero"); |
104 | pop(); | 104 | pop(); |
105 | push(0); | 105 | push(0); |
106 | return; | 106 | return; |