diff options
Diffstat (limited to 'src/execline/background.c')
-rw-r--r-- | src/execline/background.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/background.c b/src/execline/background.c index b2ebc76..31bffb5 100644 --- a/src/execline/background.c +++ b/src/execline/background.c @@ -17,7 +17,7 @@ int main (int argc, char const **argv, char const *const *envp) int df = 0 ; PROG = "background" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "d", &l) ; |