Remove a semicolon that appears to be a lie.

Spotted by:	SPARC64 make WARNS=3
Sponsored by:	Rachel Hestilow <rachel@jerkcity.com>
This commit is contained in:
Juli Mallett 2002-09-26 06:44:30 +00:00
parent cac04057f2
commit a08239b5d0

View File

@ -758,7 +758,7 @@ ParseDoDependency (line)
*/
char *p = cp + 1;
if (*cp == ':' && *p == ':');
if (*cp == ':' && *p == ':')
p++;
/* Found the best match already. */