diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-20 17:42:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-20 17:42:51 +0000 |
commit | 9194aaad298f29e6bd39b2e61b61cd38a9b80a16 (patch) | |
tree | a72732e10b2ea798dbe4848ab0394eea23a92be1 /usr.bin/xlint/lint2/main2.c | |
parent | 2d3ff7614dff2c02b923d828ca4d6f0e6141bd1a (diff) |
spacing
Diffstat (limited to 'usr.bin/xlint/lint2/main2.c')
-rw-r--r-- | usr.bin/xlint/lint2/main2.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c index 6ddd0ce50bf..08d19a1ec66 100644 --- a/usr.bin/xlint/lint2/main2.c +++ b/usr.bin/xlint/lint2/main2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main2.c,v 1.6 2005/11/20 17:09:55 cloder Exp $ */ +/* $OpenBSD: main2.c,v 1.7 2005/11/20 17:42:50 deraadt Exp $ */ /* $NetBSD: main2.c,v 1.2 1995/07/03 21:24:53 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: main2.c,v 1.6 2005/11/20 17:09:55 cloder Exp $"; +static char rcsid[] = "$OpenBSD: main2.c,v 1.7 2005/11/20 17:42:50 deraadt Exp $"; #endif #include <stdio.h> @@ -133,7 +133,7 @@ main(int argc, char *argv[]) break; case 'l': for (i = 0; libs[i] != NULL; i++) ; - libs = xrealloc(libs, (i + 2) * sizeof (char *)); + libs = xrealloc(libs, (i + 2) * sizeof (char *)); libs[i] = xstrdup(optarg); libs[i + 1] = NULL; break; @@ -141,7 +141,7 @@ main(int argc, char *argv[]) usage(); } } - + argc -= optind; argv += optind; |