summaryrefslogtreecommitdiff
path: root/png/pngrutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'png/pngrutil.c')
-rw-r--r--png/pngrutil.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/png/pngrutil.c b/png/pngrutil.c
index e7c7bbe48..a4eda54c8 100644
--- a/png/pngrutil.c
+++ b/png/pngrutil.c
@@ -2386,7 +2386,7 @@ png_handle_tIME(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length)
static png_handle_result_code /* PRIVATE */
png_handle_tEXt(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length)
{
- png_text text_info;
+ png_text text_info;
png_bytep buffer;
png_charp key;
png_charp text;
@@ -2459,8 +2459,8 @@ static png_handle_result_code /* PRIVATE */
png_handle_zTXt(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length)
{
png_const_charp errmsg = NULL;
- png_bytep buffer;
- png_uint_32 keyword_length;
+ png_bytep buffer;
+ png_uint_32 keyword_length;
png_debug(1, "in png_handle_zTXt");