Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergej Reich <sergej.reich@googlemail.com>2012-09-17 14:18:28 +0400
committerSergej Reich <sergej.reich@googlemail.com>2012-09-17 14:18:28 +0400
commit01d78854dccb3cec4f3bfd8cf426f9695c478b5a (patch)
treec8b67636d195abae8759f61bcbcb88cc3c6c377a /source/blender/blenlib/BLI_endian_switch.h
parent0020fff74927cb86b8e69cedfe5c7e08c7d48052 (diff)
Fix compilation for non GCC compilers
Was simple copy pase error.
Diffstat (limited to 'source/blender/blenlib/BLI_endian_switch.h')
-rw-r--r--source/blender/blenlib/BLI_endian_switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_endian_switch.h b/source/blender/blenlib/BLI_endian_switch.h
index 9be69c5b0c0..7cb2790525d 100644
--- a/source/blender/blenlib/BLI_endian_switch.h
+++ b/source/blender/blenlib/BLI_endian_switch.h
@@ -32,7 +32,7 @@
__attribute__((nonnull(1))) \
__attribute__((pure))
#else
-# define ATTR_NONULL
+# define ATTR_ENDIAN_SWITCH
#endif
/* BLI_endian_switch_inline.h */