diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libexecline/exlsn_exlp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexecline/exlsn_exlp.c b/src/libexecline/exlsn_exlp.c index 3a2e24b..cc4ecf6 100644 --- a/src/libexecline/exlsn_exlp.c +++ b/src/libexecline/exlsn_exlp.c @@ -20,7 +20,6 @@ int exlsn_exlp (int argc, char const **argv, char const *const *envp, exlsn_t *i } } argc -= localopt.ind ; argv += localopt.ind ; - if (!argc) return -3 ; n = exlp(nmin, envp, info) ; if (n < 0) return n ; return localopt.ind ; |