* 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)
committerPo Lu <luangruo@yahoo.com>
Sun, 7 Jul 2024 02:24:24 +0000 (10:24 +0800)
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;