summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index abec59e3f..bfea1f69c 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -1749,7 +1749,7 @@ aref_args : none
}
| assocs trailer
{
- $$ = new_hash(p, $1);
+ $$ = cons(new_hash(p, $1), 0);
}
;