mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* src/androidvfs.c (android_saf_check_nonnull): Fix typo.
This commit is contained in:
parent
99e510977b
commit
8589fd9cae
@ -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…
Reference in New Issue
Block a user