1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

* unexmacosx.c (unexec_error): Use const char *.

This commit is contained in:
Jan D 2010-08-11 10:36:27 +02:00
parent 988e88ab11
commit 7aee76f47d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
* unexmacosx.c (unexec_error): Use const char *.
2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
* font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)

View file

@ -267,7 +267,7 @@ unexec_copy (off_t dest, off_t src, ssize_t count)
/* Debugging and informational messages routines. */
static void
unexec_error (char *format, ...)
unexec_error (const char *format, ...)
{
va_list ap;