diff options
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 (;;) |