summaryrefslogtreecommitdiff
path: root/src/execline/loopwhilex.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-04 13:45:26 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-04 13:45:26 +0000
commit5eced38e18908d83ec575b2d6717ca56f2f4e94c (patch)
treeb5a947c0161ba45c8cdb74f95e30e15c34c8c727 /src/execline/loopwhilex.c
parentae6a650c15d8ee534d271b28f14ba0f8baab0719 (diff)
downloadexecline-5eced38e18908d83ec575b2d6717ca56f2f4e94c.tar.xz
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/execline/loopwhilex.c')
-rw-r--r--src/execline/loopwhilex.c2
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) ;