aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/androidvfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidvfs.c b/src/androidvfs.c
index 2427708be34..833c6b1b2a7 100644
--- a/src/androidvfs.c
+++ b/src/androidvfs.c
@@ -3168,7 +3168,7 @@ android_saf_exception_check (int n, ...)
3168 Value is 1 if it be NULL, 0 otherwise. */ 3168 Value is 1 if it be NULL, 0 otherwise. */
3169 3169
3170static int 3170static int
3171android_saf_check_nonnull (jobject object, int n, ...) 3171android_saf_check_nonnull (const void *object, int n, ...)
3172{ 3172{
3173 va_list ap; 3173 va_list ap;
3174 3174