diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ int txr_main(int argc, char **argv) list_collect_decl(filenames, iter); while (*argv) - list_collect(iter, string_utf8(*argv++)); + iter = list_collect(iter, string_utf8(*argv++)); retval = extract(spec, filenames, bindings); |