From 92f7c479b9c8db6fdf5044a61025dd88529ce8b6 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 27 Jan 2014 17:48:39 +0000 Subject: Fixes #848. --- compiler/types.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/types.nim b/compiler/types.nim index 4a53a84c9..cd703474e 100644 --- a/compiler/types.nim +++ b/compiler/types.nim @@ -451,7 +451,7 @@ proc typeToString(typ: PType, prefer: TPreferedDesc = preferName): string = of tyProc: "proc" of tyObject: "object" of tyTuple: "tuple" - else: (internalAssert false; "") + else: (internalAssert(false); "") of tyUserTypeClassInst: let body = t.base result = body.sym.name.s & "[" -- cgit 1.4.1-2-gfad0