summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-01-22 07:52:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-01-22 07:52:39 +0000
commit769ba23bf760619d841e053cfc0eafffebe091c9 (patch)
tree5a2c9b6f742b0b0b462808643e2a45b9afbb4467 /usr.bin
parentc22fd84c86ea453e3fa2535530f6d328c384f08b (diff)
delete wasteful ;;
ok tedu
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pr/pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c
index a15df57893c..9339e0ed221 100644
--- a/usr.bin/pr/pr.c
+++ b/usr.bin/pr/pr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pr.c,v 1.42 2019/06/28 13:35:02 deraadt Exp $ */
+/* $OpenBSD: pr.c,v 1.43 2020/01/22 07:52:37 deraadt Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@@ -1462,7 +1462,7 @@ nxtfile(int argc, char *argv[], char **fname, char *buf, int dt)
*fname = FNAME;
if (nohead)
return(inf);
- curtime = time(NULL);;
+ curtime = time(NULL);
timeptr = localtime(&curtime);
}
for (; eoptind < argc; ++eoptind) {