diff options
Diffstat (limited to 'time/scheck.c')
-rw-r--r-- | time/scheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/scheck.c b/time/scheck.c index 52b4ff51fd..b51f58d042 100644 --- a/time/scheck.c +++ b/time/scheck.c @@ -11,7 +11,7 @@ static char elsieid[] = "@(#)scheck.c 8.14"; char * scheck(string, format) const char * const string; -const char * const format; +char * const format; { register char * fbuf; register const char * fp; |