aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index 8240b99aa..97b60abbd 100644
--- a/mount.c
+++ b/mount.c
@@ -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 }