Fix yet-another-typo in previous set of changes
This commit is contained in:
parent
e0a59497d3
commit
1e36d824e3
@ -1239,7 +1239,7 @@ struct Value *stmt_EDIT(struct Value *value)
|
||||
{
|
||||
/* Wait for the editor to complete */
|
||||
|
||||
while (waitpid((pid, &status, 0) < 0 && errno != EINTR);
|
||||
while (waitpid(pid, &status, 0) < 0 && errno != EINTR);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user