projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e5109
)
* src/androidvfs.c (android_saf_check_nonnull): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Sun, 7 Jul 2024 02:24:24 +0000
(10:24 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 7 Jul 2024 02:24:24 +0000
(10:24 +0800)
src/androidvfs.c
patch
|
blob
|
history
diff --git
a/src/androidvfs.c
b/src/androidvfs.c
index 2427708be3442e4840de64373af0257daef683fb..833c6b1b2a798575013f39db5b90a374cf4b191a 100644
(file)
--- 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;