summaryrefslogtreecommitdiff
path: root/src/execline/dollarat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/execline/dollarat.c')
-rw-r--r--src/execline/dollarat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/dollarat.c b/src/execline/dollarat.c
index 1b75027..0b89aa7 100644
--- a/src/execline/dollarat.c
+++ b/src/execline/dollarat.c
@@ -20,7 +20,7 @@ int main (int argc, char const *const *argv)
int nl = 1 ;
PROG = "dollarat" ;
{
- subgetopt_t l = SUBGETOPT_ZERO ;
+ subgetopt l = SUBGETOPT_ZERO ;
for (;;)
{
int opt = subgetopt_r(argc, argv, "nd:0", &l) ;