From 05aaacedf6352711ce3f751f01919e583b163d14 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 19 Feb 2022 12:28:46 +0100 Subject: [PATCH] mxqd: Fix accidental doxygen comment --- mxqd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxqd.c b/mxqd.c index e5d5dcda..d963e280 100644 --- a/mxqd.c +++ b/mxqd.c @@ -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) {