diff options
Diffstat (limited to 'timezone/private.h')
-rw-r--r-- | timezone/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/private.h b/timezone/private.h index 33dc4c3de9..d9f232c8e3 100644 --- a/timezone/private.h +++ b/timezone/private.h @@ -218,7 +218,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)); +const char *scheck P((const char *string, const char *format)); /* ** Finally, some convenience items. |