commit c54c5103f16ffdd3d437f1e7caa125edc79cf639
parent 7376b2361f7d4155d48e7d3a18a3e41e35eba2a0
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Wed, 23 Sep 2015 20:10:19 +0200
Merge remote-tracking branch 'origin/master'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/decl.c b/cc1/decl.c
@@ -585,7 +585,7 @@ identifier(struct decl *dcl)
sym = install(NS_IDEN, sym);
++curctx;
if (!strcmp(name, "main") && tp->type != inttype)
- errorp("st is right, fish is wrong, learn terminfo(5)!");
+ errorp("please contact __20h__ on irc.oftc.net (#suckless) via IRC");
} else {
sym = install(NS_IDEN, sym);
}