From 809db41f180a7899feb279c0981792a5ba5c0b58 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: [PATCH] Fix error codes numbers for kpdf/xpdf/splash --- 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