diff --git a/src/wmfs.c b/src/wmfs.c index 422777c..95c809b 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -281,7 +281,7 @@ uicb_reload(uicb_t cmd) for(; argv_global[0] && argv_global[0] == ' '; ++argv_global); - // add -C to always load the same config file + /* add -C to always load the same config file */ execlp(argv_global, argv_global, "-C", conf.confpath, NULL); return;