Fix yet-another-typo in previous set of changes

This commit is contained in:
Gregory Nutt 2014-11-06 14:38:13 -06:00
parent e0a59497d3
commit 1e36d824e3

View File

@ -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);
}
}