summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-26 12:33:17 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-26 12:33:17 -0500
commit6cac43c974806cf5823eccc754f42d68b4a55b42 (patch)
tree6032ce2a98a5b6d4b4ec7a5bd498986a7b1981b7 /pngrutil.c
parent82980f31d930a17e952fcf9ded6c653e9a92ca23 (diff)
downloadlibpng-6cac43c974806cf5823eccc754f42d68b4a55b42.tar.gz
[devel] Changed char *msg to PNG_CONST char *msg in pngrutil.c
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index c91b1c80f..fdd7ae64a 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -267,7 +267,7 @@ png_inflate(png_structp png_ptr, const png_byte *data, png_size_t size,
* buffer if available.
*/
{
- char *msg;
+ PNG_CONST char *msg;
#ifdef PNG_CONSOLE_IO_SUPPORTED
char umsg[52];
#endif