aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan D <[email protected]>2010-08-11 10:36:27 +0200
committerJan D <[email protected]>2010-08-11 10:36:27 +0200
commit7aee76f47d6c0d03e8ca490e7f1721eeb2bca64a (patch)
treeed05d52f37f1482f077607adf1021b694be051cc
parent988e88ab11f71fd726ce237c9118f3c415323161 (diff)
* unexmacosx.c (unexec_error): Use const char *.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/unexmacosx.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3e08cf699..1ec37f440c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-11 Jan Djärv <[email protected]>
+
+ * unexmacosx.c (unexec_error): Use const char *.
+
2010-08-09 Dan Nicolaescu <[email protected]>
* font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
diff --git a/src/unexmacosx.c b/src/unexmacosx.c
index ef43e9bef1..5c450e062c 100644
--- a/src/unexmacosx.c
+++ b/src/unexmacosx.c
@@ -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;