diff options
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/data.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |