summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.py b/codegen.py
index 6c36753c9c..255e720416 100644
--- a/codegen.py
+++ b/codegen.py
@@ -281,7 +281,7 @@ def genErl(spec):
if len(c.fields) == 0:
print " <<>>;"
else:
- print " R0 = <<>>,"
+ print " R0 = [<<>>],"
for field in c.fields:
writePropFieldLine(field)
print " list_to_binary([%s | lists:reverse(R%s)]);" % \