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