diff options
Diffstat (limited to 'src/execline/envfile.c')
-rw-r--r-- | src/execline/envfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/envfile.c b/src/execline/envfile.c index 555e464..dcd85e7 100644 --- a/src/execline/envfile.c +++ b/src/execline/envfile.c @@ -141,7 +141,7 @@ int main (int argc, char const *const *argv) int strict = 1 ; PROG = "envfile" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "iI", &l) ; |