scc

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

commit 69ceb543492e295ebb7ed33c82ec2626d6a55e99
parent 687ff1f6ffd8929e0ccb55336225bb96292e8150
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue,  4 Dec 2018 16:27:30 +0000

Merge remote-tracking branch 'origin/master' into HEAD

Diffstat:
Msrc/libscc/bunpack.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libscc/bunpack.c b/src/libscc/bunpack.c @@ -1,4 +1,4 @@ -static char sccsid[] = "@(#) ./lib/scc/lunpack.c"; +static char sccsid[] = "@(#) ./lib/scc/bunpack.c"; #include <ctype.h> #include <stdarg.h> @@ -6,7 +6,7 @@ static char sccsid[] = "@(#) ./lib/scc/lunpack.c"; #include <scc/scc.h> int -lunpack(unsigned char *src, char *fmt, ...) +bunpack(unsigned char *src, char *fmt, ...) { unsigned char *bp, *cp; unsigned short *sp;