summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/fifolog_create/fifolog_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fifolog/fifolog_create/fifolog_create.c')
-rw-r--r--usr.sbin/fifolog/fifolog_create/fifolog_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/fifolog_create/fifolog_create.c b/usr.sbin/fifolog/fifolog_create/fifolog_create.c
index 5e91db1..470c64c 100644
--- a/usr.sbin/fifolog/fifolog_create/fifolog_create.c
+++ b/usr.sbin/fifolog/fifolog_create/fifolog_create.c
@@ -78,11 +78,11 @@ main(int argc, char * const *argv)
}
argc -= optind;
argv += optind;
- if (argc != 1)
+ if (argc != 1)
usage();
if (size != 0 && reccnt != 0 && recsize != 0) { /* N N N */
- if (size != reccnt * recsize)
+ if (size != reccnt * recsize)
errx(1, "Inconsistent -l, -r and -s values");
} else if (size != 0 && reccnt != 0 && recsize == 0) { /* N N Z */
if (size % reccnt)
OpenPOWER on IntegriCloud