diff options
Diffstat (limited to 'src/usertree/s6-usertree-maker.c')
-rw-r--r-- | src/usertree/s6-usertree-maker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usertree/s6-usertree-maker.c b/src/usertree/s6-usertree-maker.c index 37a2771..0b4c440 100644 --- a/src/usertree/s6-usertree-maker.c +++ b/src/usertree/s6-usertree-maker.c @@ -228,7 +228,7 @@ int main (int argc, char *const *argv) char const *vars[VARS_MAX] ; PROG = "s6-usertree-maker" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, (char const *const *)argv, "d:p:E:e:r:l:t:n:s:S:", &l) ; |