]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/androidvfs.c (android_saf_check_nonnull): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sun, 7 Jul 2024 02:24:24 +0000 (10:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:17:01 +0000 (15:17 +0200)
(cherry picked from commit 8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2)

src/androidvfs.c

index 2427708be3442e4840de64373af0257daef683fb..833c6b1b2a798575013f39db5b90a374cf4b191a 100644 (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;