* src/androidvfs.c (android_saf_check_nonnull): Fix typo.

This commit is contained in:
Po Lu 2024-07-07 10:24:24 +08:00
parent 99e510977b
commit 8589fd9cae

View file

@ -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;