summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/libmng.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-05-07 21:58:34 -0500
committerTimothy Pearson <[email protected]>2013-05-07 21:58:34 -0500
commitc740211ffba3330d951f4c3ddefea8edf23a01cd (patch)
tree0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/3rdparty/libmng/libmng.h
parent8a4eacb6185de3653f6ae401c352aef833a9e72a (diff)
downloadtqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz
tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip
Automated update from Qt3
Diffstat (limited to 'src/3rdparty/libmng/libmng.h')
-rw-r--r--src/3rdparty/libmng/libmng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libmng/libmng.h b/src/3rdparty/libmng/libmng.h
index f9e7d525a..924f40dbf 100644
--- a/src/3rdparty/libmng/libmng.h
+++ b/src/3rdparty/libmng/libmng.h
@@ -2096,7 +2096,7 @@ MNG_EXT mng_retcode MNG_DECL mng_updatemngsimplicity (mng_handle hHandle,
#define MNG_INVALIDSIG (mng_retcode)1025 /* invalid graphics file */
#define MNG_INVALIDCRC (mng_retcode)1027 /* crc check failed */
#define MNG_INVALIDLENGTH (mng_retcode)1028 /* chunklength mystifies me */
-#define MNG_SETQUENCEERROR (mng_retcode)1029 /* invalid chunk sequence */
+#define MNG_SEQUENCEERROR (mng_retcode)1029 /* invalid chunk sequence */
#define MNG_CHUNKNOTALLOWED (mng_retcode)1030 /* completely out-of-place */
#define MNG_MULTIPLEERROR (mng_retcode)1031 /* only one occurence allowed */
#define MNG_PLTEMISSING (mng_retcode)1032 /* indexed-color requires PLTE */
@@ -2461,7 +2461,7 @@ MNG_EXT mng_retcode MNG_DECL mng_updatemngsimplicity (mng_handle hHandle,
#define MNG_COMPRESSION_BASELINEJPEG 8 /* JHDR */
-#define MNG_INTERLACE_SETQUENTIAL 0 /* JHDR */
+#define MNG_INTERLACE_SEQUENTIAL 0 /* JHDR */
#define MNG_INTERLACE_PROGRESSIVE 8
#endif /* MNG_INCLUDE_JNG */