From efdd8b44b2fcc7fcf4f7ba37ac4045793be8fecd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 11 Jul 2010 12:03:52 +0200 Subject: Many API improvements and more bugfixes --- src/Util.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Util.vala') diff --git a/src/Util.vala b/src/Util.vala index 28cce58..e840a07 100644 --- a/src/Util.vala +++ b/src/Util.vala @@ -36,7 +36,7 @@ namespace Eva { return List.empty; } else { - return new List(new UInt(str.get_char()), string_to_list(str.next_char())); + return new Cons(new UInt(str.get_char()), string_to_list(str.next_char())); } } } -- cgit v1.2.3