diff options
Diffstat (limited to 'time/private.h')
-rw-r--r-- | time/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/private.h b/time/private.h index 5a5b516d0f..e32653b76d 100644 --- a/time/private.h +++ b/time/private.h @@ -182,7 +182,7 @@ char * imalloc P((int n)); void * irealloc P((void * pointer, int size)); void icfree P((char * pointer)); void ifree P((char * pointer)); -char * scheck P((const char *string, char *format)); +char * scheck P((const char *string, const char *format)); /* |