# HG changeset patch # User Jan D # Date 1281515787 -7200 # Node ID b9025d71747a21cbd12044d1f8ff3083c0c75bb8 # Parent fdbd24f8d99946496483fe78fda719917960799a * unexmacosx.c (unexec_error): Use const char *. diff -r fdbd24f8d999 -r b9025d71747a src/ChangeLog --- a/src/ChangeLog Wed Aug 11 10:20:34 2010 +0200 +++ b/src/ChangeLog Wed Aug 11 10:36:27 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-11 Jan Djärv + + * unexmacosx.c (unexec_error): Use const char *. + 2010-08-09 Dan Nicolaescu * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname) diff -r fdbd24f8d999 -r b9025d71747a src/unexmacosx.c --- a/src/unexmacosx.c Wed Aug 11 10:20:34 2010 +0200 +++ b/src/unexmacosx.c Wed Aug 11 10:36:27 2010 +0200 @@ -267,7 +267,7 @@ /* Debugging and informational messages routines. */ static void -unexec_error (char *format, ...) +unexec_error (const char *format, ...) { va_list ap;