Remove non ansi comments
This commit is contained in:
parent
3d6f8da805
commit
14f12edf25
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user