diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-03-14 17:01:49 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-03-14 17:01:49 +0000 |
commit | 35d0846cc1a1793967a7b4e2c508b1fd47acccee (patch) | |
tree | 493b402dfc4f74970d5872e17458c13902868d2b /converter/other | |
parent | c312fa1d3c6ca31f5db705081f1217fbfde1c4d2 (diff) | |
download | netpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.tar.gz netpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.tar.xz netpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.zip |
typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4511 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r-- | converter/other/pngx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pngx.c b/converter/other/pngx.c index 8295b979..7840b2da 100644 --- a/converter/other/pngx.c +++ b/converter/other/pngx.c @@ -24,7 +24,7 @@ errorHandler(png_structp const png_ptr, jmp_buf * jmpbufP; - /* this function, aside from the extra step of retrieving the "error + /* This function, aside from the extra step of retrieving the "error pointer" (below) and the fact that it exists within the application rather than within libpng, is essentially identical to libpng's default error handler. The second point is critical: since both |