From: Po Lu Date: Sun, 7 Jul 2024 02:24:24 +0000 (+0800) Subject: * src/androidvfs.c (android_saf_check_nonnull): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89859ee20a8ee164354b6270e13fb6a31ce399f2;p=emacs.git * src/androidvfs.c (android_saf_check_nonnull): Fix typo. (cherry picked from commit 8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2) --- 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;