diff options
| author | Po Lu | 2024-07-07 10:24:47 +0800 |
|---|---|---|
| committer | Po Lu | 2024-07-07 10:24:47 +0800 |
| commit | 13ab972bc89ca747d0ba2969c2ab84bf8a496bcc (patch) | |
| tree | 8cb4603d1ab47a9757d01361673cd3aa9a6b22b6 | |
| parent | 14d2e89af1750135fb778e682d543f10d11f5f47 (diff) | |
| parent | 8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2 (diff) | |
| download | emacs-13ab972bc89ca747d0ba2969c2ab84bf8a496bcc.tar.gz emacs-13ab972bc89ca747d0ba2969c2ab84bf8a496bcc.zip | |
Merge from savannah/emacs-30
8589fd9cae2 * src/androidvfs.c (android_saf_check_nonnull): Fix typo.
| -rw-r--r-- | src/androidvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...) | |||
| 3168 | Value is 1 if it be NULL, 0 otherwise. */ | 3168 | Value is 1 if it be NULL, 0 otherwise. */ |
| 3169 | 3169 | ||
| 3170 | static int | 3170 | static int |
| 3171 | android_saf_check_nonnull (jobject object, int n, ...) | 3171 | android_saf_check_nonnull (const void *object, int n, ...) |
| 3172 | { | 3172 | { |
| 3173 | va_list ap; | 3173 | va_list ap; |
| 3174 | 3174 | ||