fix unterminated comment

This commit is contained in:
Andrew MacIntyre 2004-12-18 09:51:05 +00:00
parent bf72b71630
commit a3be258477

View file

@ -3295,7 +3295,7 @@ popen(const char *command, const char *mode, int pipesize, int *err)
return NULL;
}
/* setup the pipe
/* setup the pipe */
if ((rc = DosCreatePipe(&pipeh[0], &pipeh[1], pipesize)) != NO_ERROR) {
*err = rc;
return NULL;