summaryrefslogtreecommitdiff
path: root/arm/arm_init.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-18 12:30:30 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-18 12:30:30 -0600
commitf2350f3987e4cef0b0d18ae1530f9c52534165c7 (patch)
tree2737128a445f5523156d84bceff78afa1e367156 /arm/arm_init.c
parentb4ef7c4af2d5e1975be59794b9fc5281d72acb70 (diff)
downloadlibpng-f2350f3987e4cef0b0d18ae1530f9c52534165c7.tar.gz
[libpng16] Revised "#if defined " in arm/arm_init.c
Diffstat (limited to 'arm/arm_init.c')
-rw-r--r--arm/arm_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/arm_init.c b/arm/arm_init.c
index 2042180ec..5c6945b97 100644
--- a/arm/arm_init.c
+++ b/arm/arm_init.c
@@ -20,7 +20,7 @@
* Andoid intends to define __ANDROID__, however there are bugs in their
* toolchain; use -D__ANDROID__ to work round this.
*/
-#if defined __linux__ && defined __arm__
+#if defined(__linux__) && defined(__arm__)
#define CHECK_NEON
#include <signal.h> /* for sig_atomic_t */