From e46af8eff6fcaa1cf06a08dde28ad6ea201657e7 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 12 Aug 2013 11:10:28 +0800 Subject: ready for alpha release --- builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.cpp') diff --git a/builtin.cpp b/builtin.cpp index 859d5e4..1096d7a 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -1355,6 +1355,6 @@ BUILTIN_PROC_DEF(vector_length) { BUILTIN_PROC_DEF(display) { ARGS_EXACTLY_ONE; - printf("%s\n", args->car->ext_repr().c_str()); + printf("%s", args->car->ext_repr().c_str()); return new UnspecObj(); } -- cgit v1.2.3