diff options
Diffstat (limited to 'src/execline/fdblock.c')
-rw-r--r-- | src/execline/fdblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/fdblock.c b/src/execline/fdblock.c index 589ab28..b0aefde 100644 --- a/src/execline/fdblock.c +++ b/src/execline/fdblock.c @@ -14,7 +14,7 @@ int main (int argc, char const *const *argv) int block = 1 ; PROG = "fdblock" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "n", &l) ; |