From 9f16b2208d4f2d160dd382c191c2cbcb2a64f0bc Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 9 Nov 2013 20:15:00 +0100 Subject: [PATCH] Removes the error, it was perfectly detected by Travis CI. --- JGE/include/JTypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index 5025829f0..0a7a23766 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -158,7 +158,6 @@ typedef uint32_t u32; #endif #if defined (PSP) -#error just to test that Travis stops correctly. #ifndef ABGR8888 #define ABGR8888 #endif