mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style nit in previous commit.
This commit is contained in:
parent
bbc5b4d9c5
commit
a1b99708d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue