diff --git a/sbin/mksnap_ffs/mksnap_ffs.c b/sbin/mksnap_ffs/mksnap_ffs.c index 06aeca37219..a061286ba18 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.c +++ b/sbin/mksnap_ffs/mksnap_ffs.c @@ -86,7 +86,7 @@ main(int argc, char **argv) } else { strlcpy(path, args.fspec, cp - args.fspec + 1); } - if(statfs(path, &stfsbuf) < 0) + if (statfs(path, &stfsbuf) < 0) err(1, "%s", path); if (stat(path, &stbuf) < 0) err(1, "%s", path);