summaryrefslogtreecommitdiff
path: root/src/execline/emptyenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/execline/emptyenv.c')
-rw-r--r--src/execline/emptyenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/emptyenv.c b/src/execline/emptyenv.c
index 5f2dfbc..503dce6 100644
--- a/src/execline/emptyenv.c
+++ b/src/execline/emptyenv.c
@@ -44,7 +44,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
int flagpath = 0, flagcleanup = 0, flagopt = 0, flagpos = 0 ;
PROG = "emptyenv" ;
{
- subgetopt_t l = SUBGETOPT_ZERO ;
+ subgetopt l = SUBGETOPT_ZERO ;
for (;;)
{
int opt = subgetopt_r(argc, argv, "pcoP", &l) ;