summaryrefslogtreecommitdiffstats
path: root/kpdf
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:00:39 +0200
commit809db41f180a7899feb279c0981792a5ba5c0b58 (patch)
tree432c91e3b8c72de1d2c7fb026c053b76e457cfe4 /kpdf
parent561d1d6802dd50ddc9f441442cc2c351dd2759d6 (diff)
downloadtdegraphics-809db41f180a7899feb279c0981792a5ba5c0b58.tar.gz
tdegraphics-809db41f180a7899feb279c0981792a5ba5c0b58.zip
Fix error codes numbers for kpdf/xpdf/splash
Diffstat (limited to 'kpdf')
-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