diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-04 13:45:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-04 13:45:26 +0000 |
commit | 5eced38e18908d83ec575b2d6717ca56f2f4e94c (patch) | |
tree | b5a947c0161ba45c8cdb74f95e30e15c34c8c727 /src/libexecline/exlsn_exlp.c | |
parent | ae6a650c15d8ee534d271b28f14ba0f8baab0719 (diff) | |
download | execline-5eced38e18908d83ec575b2d6717ca56f2f4e94c.tar.xz |
Adapt to skalibs-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libexecline/exlsn_exlp.c')
-rw-r--r-- | src/libexecline/exlsn_exlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexecline/exlsn_exlp.c b/src/libexecline/exlsn_exlp.c index cc4ecf6..73c57fe 100644 --- a/src/libexecline/exlsn_exlp.c +++ b/src/libexecline/exlsn_exlp.c @@ -6,7 +6,7 @@ int exlsn_exlp (int argc, char const **argv, char const *const *envp, exlsn_t *info) { - subgetopt_t localopt = SUBGETOPT_ZERO ; + subgetopt localopt = SUBGETOPT_ZERO ; unsigned int nmin = 0 ; int n ; for (;;) |