Remove non ansi comments

This commit is contained in:
Philippe Pepiot 2010-11-17 01:30:12 +01:00
parent 3d6f8da805
commit 14f12edf25

View File

@ -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;