1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 02:00:19 +00:00

format parameter can be const

SCCS-file: scheck.c
SCCS-SID: 8.15
This commit is contained in:
Arthur David Olson
1997-07-05 13:00:02 -04:00
committed by Paul Eggert
parent 164bfc1ef7
commit 9a1a292f8f

View File

@@ -11,7 +11,7 @@ static char elsieid[] = "%W%";
char *
scheck(string, format)
const char * const string;
char * const format;
const char * const format;
{
register char * fbuf;
register const char * fp;