Remove extra ')'.
Found by cppcheck.
This commit is contained in:
parent
38661481ed
commit
b7bcd4f687
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user