From 5862e1d4410f02da0042903db52e98bc5c8ae55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 25 Aug 2012 05:00:39 +0200 Subject: Fix error codes numbers for kpdf/xpdf/splash (cherry picked from commit 809db41f180a7899feb279c0981792a5ba5c0b58) --- kpdf/xpdf/splash/SplashErrorCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3