diff options
Diffstat (limited to '')
-rw-r--r-- | libenv_get_complete_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libenv_get_complete_list.c b/libenv_get_complete_list.c index e40ed91..f2d63c0 100644 --- a/libenv_get_complete_list.c +++ b/libenv_get_complete_list.c @@ -51,7 +51,7 @@ DECLARE(classes__exec__path, _(LIBENV_EXEC) | SU_SAFE | LOGIN_UNSAFE | PATH); #define V(S) {S, CLASSES} -static struct libenv_variable list[] = { /* TODO validate */ +static struct libenv_variable list[] = { #define CLASSES classes__display V("DISPLAY"), |