diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ extern int mount_main(int argc, char **argv) | |||
383 | } | 383 | } |
384 | endmntent(mountTable); | 384 | endmntent(mountTable); |
385 | } else { | 385 | } else { |
386 | perror(mtab_file); | 386 | perror_msg_and_die("%s", mtab_file); |
387 | } | 387 | } |
388 | return EXIT_SUCCESS; | 388 | return EXIT_SUCCESS; |
389 | } | 389 | } |