diff options
Diffstat (limited to 'src/skaembutils/s6-unquote.c')
-rw-r--r-- | src/skaembutils/s6-unquote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skaembutils/s6-unquote.c b/src/skaembutils/s6-unquote.c index 3bca196..d69d63c 100644 --- a/src/skaembutils/s6-unquote.c +++ b/src/skaembutils/s6-unquote.c @@ -17,7 +17,7 @@ int main (int argc, char const *const *argv) int nl = 1 ; PROG = "s6-unquote" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "nd:", &l) ; |