diff options
Diffstat (limited to 'command.y')
-rw-r--r-- | command.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -632,7 +632,7 @@ subscript for (a = $2; a != NULL; a = a->next) count++; - subs =concat_args($2, count); + subs = concat_args($2, count); free_cmdarg($2->next); $2->next = NULL; $2->type = D_node; |