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, ...) Value is 1 if it be NULL, 0 otherwise. */ static int -android_saf_check_nonnull (jobject object, int n, ...) +android_saf_check_nonnull (const void *object, int n, ...) { va_list ap;