summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 10:19:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 10:19:57 +0000
commit1ae21ad605d7d5db868affffb264d30118182b72 (patch)
tree464378aa9a30811df9564e645df1e3a4212f6efb /usr.bin/ranlib
parentd253a26a86fb4da73f5914a545a731a1c8235eb6 (diff)
Notes
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r--usr.bin/ranlib/ranlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c
index da3fa23bbb8d..422f66aa56df 100644
--- a/usr.bin/ranlib/ranlib.c
+++ b/usr.bin/ranlib/ranlib.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ranlib.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: ranlib.c,v 1.2.2.1 1997/08/05 06:39:14 charnier Exp $";
+ "$Id: ranlib.c,v 1.2.2.2 1997/08/29 05:29:44 imp Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -72,7 +72,7 @@ main(argc, argv)
int ch, eval, tflag;
tflag = 0;
- while ((ch = getopt(argc, argv, "t")) != -1)
+ while ((ch = getopt(argc, argv, "t")) != -1)
switch(ch) {
case 't':
tflag = 1;