]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/androidselect.c (extract_fd_offsets): Fix typos.
authorPo Lu <luangruo@yahoo.com>
Wed, 1 May 2024 04:03:26 +0000 (12:03 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:30:30 +0000 (18:30 +0200)
(cherry picked from commit c00105626ace43919706819da4057a358e62bafe)

src/androidselect.c

index 04d04d326d92820865b5d6700172a5f6b4b837e0..d9c35746f11fa0602d8b581ddd5da2faab92e0d6 100644 (file)
@@ -457,9 +457,9 @@ extract_fd_offsets (jobject afd, int *fd, jlong *offset, jlong *length)
                           RTLD_LAZY | RTLD_GLOBAL);
          if (!handle)
            goto failure;
-         jniGetFdFromFileDescriptor = dlsym (handle,
+         jniGetFDFromFileDescriptor = dlsym (handle,
                                              "jniGetFDFromFileDescriptor");
-         if (!jniGetFdFromFileDescriptor)
+         if (!jniGetFDFromFileDescriptor)
            goto failure;
        }