Kaydet (Commit) 3497a04a authored tarafından Andrew MacIntyre's avatar Andrew MacIntyre

fix unterminated comment

üst 7c80d34b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment