diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-25 05:00:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-25 05:00:39 +0200 |
commit | 809db41f180a7899feb279c0981792a5ba5c0b58 (patch) | |
tree | 432c91e3b8c72de1d2c7fb026c053b76e457cfe4 /kpdf | |
parent | 561d1d6802dd50ddc9f441442cc2c351dd2759d6 (diff) | |
download | tdegraphics-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.h | 2 |
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 |