ref: e7a0f4791ce20c45129b536d01d1ec977d696521
parent: c4f9746027d2330cb45d274b5602673a85ad557c
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Feb 19 13:34:22 EST 2015
Remove spurious newline.
--- a/parse/infer.c
+++ b/parse/infer.c
@@ -1523,7 +1523,7 @@
bind(st, n);
inferdecl(st, n);
if (type(st, n)->type == Typaram && !st->ingeneric)
- fatal(n, "Generic type %s in non-generic near %s\n", tystr(type(st, n)), ctxstr(st, n));
+ fatal(n, "Generic type %s in non-generic near %s", tystr(type(st, n)), ctxstr(st, n));
unbind(st, n);
st->indentdepth--;
if (debugopt['u'])