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:
parent
cac04057f2
commit
a08239b5d0
@ -758,7 +758,7 @@ ParseDoDependency (line)
|
||||
*/
|
||||
char *p = cp + 1;
|
||||
|
||||
if (*cp == ':' && *p == ':');
|
||||
if (*cp == ':' && *p == ':')
|
||||
p++;
|
||||
|
||||
/* Found the best match already. */
|
||||
|
Loading…
Reference in New Issue
Block a user