scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 6c767955cd666dc95c5b90cc171e7f7b9b127400
parent 6c6705b2440b6bfe4f2a12979860c678e256494c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 26 Feb 2018 15:02:43 +0000

[lib/c] Small whitespace change

Diffstat:
Mlib/c/atol.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/c/atol.c b/lib/c/atol.c @@ -24,4 +24,3 @@ atol(const char *s) return sign * n; } -