scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 4c4b5df2ff7447e0969bc39e80da24c7adc61cb3
parent a5716dd8a6da6a4222bdee14251299e51a92c293
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 13 Aug 2015 06:16:48 +0200

whitespace change

Diffstat:
Mcc1/lex.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc1/lex.c b/cc1/lex.c @@ -48,7 +48,7 @@ ilex(char *fname) if ((fp = fopen(fname, "r")) == NULL) { die("error opening input '%s':%s", fname, strerror(errno)); - } + } } allocinput(fname, fp); *input->begin = '\0';