Remove extra ')'.

Found by cppcheck.
This commit is contained in:
Juan Francisco Cantero Hurtado 2015-09-15 23:17:46 +02:00 committed by Matthew Flatt
parent 38661481ed
commit b7bcd4f687

View File

@ -10288,7 +10288,7 @@ static Scheme_Object *subprocess(int c, Scheme_Object *args[])
scheme_contract_error(name,
"non-#f port argument not allowed on this platform",
"port", 1, args[i],
NULL));
NULL);
}
if (c > 4) {