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 0f1e155ae..376bd9531 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -61,6 +61,6 @@ int mountpoint_main(int argc, char **argv) | |||
61 | } | 61 | } |
62 | } | 62 | } |
63 | if (!(opt & OPT_q)) | 63 | if (!(opt & OPT_q)) |
64 | bb_perror_msg("%s", arg); | 64 | bb_simple_perror_msg(arg); |
65 | return EXIT_FAILURE; | 65 | return EXIT_FAILURE; |
66 | } | 66 | } |