summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/LibPNG/pngmem.c
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-07 21:26:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-07 21:26:51 +0000
commit7f1871aed138dfe22ac879749bb40220da3f8da4 (patch)
treebe79670f2ad72c493d218b060634ced21af6ea2f /plugins/AdvaImg/src/LibPNG/pngmem.c
parent364d4e43e8a8755ba16778f0df7bf8208b1ecae6 (diff)
libpng updated to 1.6.17 release
git-svn-id: http://svn.miranda-ng.org/main/trunk@12663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngmem.c')
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngmem.c b/plugins/AdvaImg/src/LibPNG/pngmem.c
index 56330098e2..9f4e6428b7 100644
--- a/plugins/AdvaImg/src/LibPNG/pngmem.c
+++ b/plugins/AdvaImg/src/LibPNG/pngmem.c
@@ -41,7 +41,7 @@ png_destroy_png_struct(png_structrp png_ptr)
}
/* Allocate memory. For reasonable files, size should never exceed
- * 64K. However, zlib may allocate more then 64K if you don't tell
+ * 64K. However, zlib may allocate more than 64K if you don't tell
* it not to. See zconf.h and png.h for more information. zlib does
* need to allocate exactly 64K, so whatever you call here must
* have the ability to do that.