Fix compilation for non GCC compilers

Was simple copy pase error.
This commit is contained in:
Sergej Reich 2012-09-17 10:18:28 +00:00
parent 0020fff749
commit 01d78854dc

@ -32,7 +32,7 @@
__attribute__((nonnull(1))) \ __attribute__((nonnull(1))) \
__attribute__((pure)) __attribute__((pure))
#else #else
# define ATTR_NONULL # define ATTR_ENDIAN_SWITCH
#endif #endif
/* BLI_endian_switch_inline.h */ /* BLI_endian_switch_inline.h */