diff options
Diffstat (limited to 'src/execline/loopwhilex.c')
-rw-r--r-- | src/execline/loopwhilex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/loopwhilex.c b/src/execline/loopwhilex.c index 5add5e5..acd60ed 100644 --- a/src/execline/loopwhilex.c +++ b/src/execline/loopwhilex.c @@ -27,7 +27,7 @@ int main (int argc, char const *const *argv, char const *const *envp) size_t nbc = 0 ; PROG = "loopwhilex" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "no:x:", &l) ; |