summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-25 05:00:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-25 05:03:00 +0200
commit5862e1d4410f02da0042903db52e98bc5c8ae55f (patch)
tree51700f64b980d903debd9f08f084ff5b4ca140e3
parent25074c40f0982bf44c4667a6b29fb7ed1d392d2e (diff)
downloadtdegraphics-5862e1d4410f02da0042903db52e98bc5c8ae55f.tar.gz
tdegraphics-5862e1d4410f02da0042903db52e98bc5c8ae55f.zip
Fix error codes numbers for kpdf/xpdf/splash
(cherry picked from commit 809db41f180a7899feb279c0981792a5ba5c0b58)
-rw-r--r--kpdf/xpdf/splash/SplashErrorCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/xpdf/splash/SplashErrorCodes.h b/kpdf/xpdf/splash/SplashErrorCodes.h
index 711271ca..b94d360e 100644
--- a/kpdf/xpdf/splash/SplashErrorCodes.h
+++ b/kpdf/xpdf/splash/SplashErrorCodes.h
@@ -31,6 +31,6 @@
#define splashErrZeroImage 9 // image of 0x0
-#define splashErrBadArg 9 // bad argument
+#define splashErrBadArg 10 // bad argument
#endif