diff options
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r-- | miscutils/mountpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c index 1f17adadc..0f1e155ae 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -34,7 +34,7 @@ int mountpoint_main(int argc, char **argv) | |||
34 | return EXIT_SUCCESS; | 34 | return EXIT_SUCCESS; |
35 | } else { | 35 | } else { |
36 | if (opt & OPT_q) | 36 | if (opt & OPT_q) |
37 | putchar('\n'); | 37 | bb_putchar('\n'); |
38 | else | 38 | else |
39 | bb_error_msg("%s: not a block device", arg); | 39 | bb_error_msg("%s: not a block device", arg); |
40 | } | 40 | } |