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 38c654c6d..1248dc011 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -64,7 +64,7 @@ int mountpoint_main(int argc, char **argv) | |||
64 | } | 64 | } |
65 | } | 65 | } |
66 | if (!(opt & OPT_q)) | 66 | if (!(opt & OPT_q)) |
67 | bb_perror_msg(arg); | 67 | bb_perror_msg("%s", arg); |
68 | return EXIT_FAILURE; | 68 | return EXIT_FAILURE; |
69 | } | 69 | } |
70 | } | 70 | } |