scc

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

commit ade8a7d7850cdb0d3df5229d86bab2c7532e1fff
parent 63d94614fadf26fe058afb1afa9c9b7686efac8f
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  2 Jun 2016 13:09:31 +0200

Repeat with me, "I always will respect the 80 columns rule"

Diffstat:
Mdriver/posix/scc.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/driver/posix/scc.c b/driver/posix/scc.c @@ -231,7 +231,8 @@ main(int argc, char *argv[]) arch = EARGF(usage()); break; case '-': - fprintf(stderr, "scc: ignored parameter --%s\n", EARGF(usage())); + fprintf(stderr, + "scc: ignored parameter --%s\n", EARGF(usage())); break; default: usage();