summaryrefslogtreecommitdiffstats
path: root/jni/filters/filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/filters/filters.h')
-rw-r--r--jni/filters/filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/filters/filters.h b/jni/filters/filters.h
index 5fe595b9e..44a442290 100644
--- a/jni/filters/filters.h
+++ b/jni/filters/filters.h
@@ -43,6 +43,6 @@ typedef unsigned int Color;
#define ALPHA i+3
#define CLAMP(c) (MAX(0, MIN(255, c)))
-unsigned char __inline__ clamp(int c);
+__inline__ unsigned char clamp(int c);
#endif // FILTERS_H