summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-26 06:44:30 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-26 06:44:30 +0000
commitffb0656a90902aa2fcf31f63517ac644653c0c12 (patch)
tree5bc56ff0c852e2eb34017cba45dd19ffc984a364 /usr.bin
parent0da9497fc7abfa5d67ad286253ea01dd13242e0d (diff)
downloadFreeBSD-src-ffb0656a90902aa2fcf31f63517ac644653c0c12.zip
FreeBSD-src-ffb0656a90902aa2fcf31f63517ac644653c0c12.tar.gz
Remove a semicolon that appears to be a lie.
Spotted by: SPARC64 make WARNS=3 Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index b52fe47..886e730 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -758,7 +758,7 @@ ParseDoDependency (line)
*/
char *p = cp + 1;
- if (*cp == ':' && *p == ':');
+ if (*cp == ':' && *p == ':')
p++;
/* Found the best match already. */
OpenPOWER on IntegriCloud