aboutsummaryrefslogtreecommitdiff
path: root/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'df.c')
-rw-r--r--df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/df.c b/df.c
index ba3227f30..62226ceb8 100644
--- a/df.c
+++ b/df.c
@@ -82,7 +82,7 @@ extern int df_main(int argc, char **argv)
82 } 82 }
83 while (argc > 1) { 83 while (argc > 1) {
84 if ((mountEntry = findMountPoint(argv[1], mtab_file)) == 0) { 84 if ((mountEntry = findMountPoint(argv[1], mtab_file)) == 0) {
85 fprintf(stderr, "%s: can't find mount point.\n", argv[1]); 85 errorMsg("%s: can't find mount point.\n", argv[1]);
86 exit(FALSE); 86 exit(FALSE);
87 } 87 }
88 status = df(mountEntry->mnt_fsname, mountEntry->mnt_dir); 88 status = df(mountEntry->mnt_fsname, mountEntry->mnt_dir);