diff options
Diffstat (limited to 'df.c')
-rw-r--r-- | df.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |