Skip to content

Commit

Permalink
seq: fix style nits
Browse files Browse the repository at this point in the history
MFC after:	2 weeks
  • Loading branch information
oshogbo committed Oct 1, 2022
1 parent 94c4f66 commit 6da5e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/seq/seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ main(int argc, char *argv[])

if (argc > 1)
first = e_atof(argv[0]);

if (argc > 2) {
incr = e_atof(argv[1]);
/* Plan 9/GNU don't do zero */
Expand Down

0 comments on commit 6da5e5d

Please sign in to comment.