diff options
| author | Po Lu | 2024-07-07 10:24:24 +0800 |
|---|---|---|
| committer | Po Lu | 2024-07-07 10:24:24 +0800 |
| commit | 8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2 (patch) | |
| tree | bdbe38d2021cd33f71782d6a9c075956b0e8b294 | |
| parent | 99e510977b22ca60e48b2af70a3c2cdbd90b2b01 (diff) | |
| download | emacs-8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2.tar.gz emacs-8589fd9cae2fbff8bf8eddd055fc1e60fa0df6f2.zip | |
* 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 | ||