From e4a98b2b7da8e8ae0de8d489d9f9d79993db5326 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sat, 4 Jan 2014 11:59:44 +0100 Subject: remove empty or This is an additional commit to 66397a4fd222757a8bd651c0c297615319eac4a5 Change-Id: I61df7984090e984f50788d0c2573d3bf8bac233b --- cppu/source/uno/data.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index b6b4a050a665..5c29088a049f 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -351,7 +351,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_isAssignableFromData( #if (defined(INTEL) \ && (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD)) \ - || defined(MACOSX) || defined(DRAGONFLY) || )) \ + || defined(MACOSX) || defined(DRAGONFLY))) \ || defined(IOS) #define MAX_ALIGNMENT_4 #endif -- cgit