Merge from savannah/emacs-30

8589fd9cae * src/androidvfs.c (android_saf_check_nonnull): Fix typo.
This commit is contained in:
Po Lu 2024-07-07 10:24:47 +08:00
commit 13ab972bc8

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;