* src/androidvfs.c (android_saf_check_nonnull): Fix typo.
This commit is contained in:
parent
99e510977b
commit
8589fd9cae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue