diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-11-24 07:34:37 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-11-24 09:34:02 -0600 |
commit | 92ec30a3b10049b9874fadf40e36fcb4228f351d (patch) | |
tree | 7af78204a4851227c37a947e3fda44479d609cac /pngerror.c | |
parent | 8a08b6457acf4a5e6f42078c754bda29e689cfdb (diff) |
[libpng16] Imported from libpng-1.6.20beta03.tar
Diffstat (limited to 'pngerror.c')
-rw-r--r-- | pngerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngerror.c b/pngerror.c index 0781866a8..bdb959ee5 100644 --- a/pngerror.c +++ b/pngerror.c @@ -768,7 +768,7 @@ png_longjmp,(png_const_structrp png_ptr, int val),PNG_NORETURN) /* If control reaches this point, png_longjmp() must not return. The only * choice is to terminate the whole process (or maybe the thread); to do - * this the ANSI-C abort() function is used unless a different method is + * this the ANSI-C abort() function is used unless a different method is * implemented by overriding the default configuration setting for * PNG_ABORT(). */ |