diff options
Diffstat (limited to 'repl.c')
-rw-r--r-- | repl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ FindMore: while(replbindings){ print(" %S = %S%s", replbindings->name, - prettyprint(replbindings->value, 0, 0, 0), + prettyprint(replbindings->value, 0, 0, 0, nil), replbindings->next ? ",\n " : ""); replbindings = replbindings->next; } |