From 5eced38e18908d83ec575b2d6717ca56f2f4e94c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 4 Aug 2021 13:45:26 +0000 Subject: Adapt to skalibs-2.11.0.0 Signed-off-by: Laurent Bercot --- src/libexecline/exlsn_elglob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexecline/exlsn_elglob.c') diff --git a/src/libexecline/exlsn_elglob.c b/src/libexecline/exlsn_elglob.c index 62734e6..db1bb35 100644 --- a/src/libexecline/exlsn_elglob.c +++ b/src/libexecline/exlsn_elglob.c @@ -20,7 +20,7 @@ static int elgloberrfunc (char const *s, int e) int exlsn_elglob (int argc, char const **argv, char const *const *envp, exlsn_t *info) { glob_t pglob ; - subgetopt_t localopt = SUBGETOPT_ZERO ; + subgetopt localopt = SUBGETOPT_ZERO ; elsubst_t blah ; int flags = GLOB_NOSORT | GLOB_NOCHECK ; unsigned int i = 0 ; -- cgit v1.3.1