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