diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-08-11 10:36:27 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-08-11 10:36:27 +0200 |
commit | 7aee76f47d6c0d03e8ca490e7f1721eeb2bca64a (patch) | |
tree | ed05d52f37f1482f077607adf1021b694be051cc /src/unexmacosx.c | |
parent | 988e88ab11f71fd726ce237c9118f3c415323161 (diff) | |
download | emacs-7aee76f47d6c0d03e8ca490e7f1721eeb2bca64a.tar.gz |
* unexmacosx.c (unexec_error): Use const char *.
Diffstat (limited to 'src/unexmacosx.c')
-rw-r--r-- | src/unexmacosx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index ef43e9bef12..5c450e062c6 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; |