Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxqd: Fix accidental doxygen comment
  • Loading branch information
donald committed Feb 21, 2022
1 parent 1690ccb commit 05aaace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd.c
Expand Up @@ -868,7 +868,7 @@ static int init_child_process(struct mxq_group_list *glist, struct mxq_job *job)
}
}

/** prepare environment **/
/* prepare environment */

res = clearenv();
if (res != 0) {
Expand Down

0 comments on commit 05aaace

Please sign in to comment.