aboutsummaryrefslogtreecommitdiff
path: root/lib/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/args.c')
-rw-r--r--lib/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/args.c b/lib/args.c
index 09939fbd..96e1e6d3 100644
--- a/lib/args.c
+++ b/lib/args.c
@@ -130,7 +130,7 @@ void get_optflags(void)
char *str;
int len;
} *longopts = NULL;
- long *nextarg = (long *)&toy;
+ long *nextarg = (long *)&this;
char *options = toys.which->options;
if (CFG_HELP) toys.exithelp++;