emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 8719ad534bb 2/3: ; * src/sfnt.h: Fix typo.


From: Po Lu
Subject: feature/android 8719ad534bb 2/3: ; * src/sfnt.h: Fix typo.
Date: Wed, 29 Mar 2023 23:31:04 -0400 (EDT)

branch: feature/android
commit 8719ad534bb482039fca2b234d39750b49e80222
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/sfnt.h: Fix typo.
---
 src/sfnt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sfnt.h b/src/sfnt.h
index 58a6de060f4..365595fa37d 100644
--- a/src/sfnt.h
+++ b/src/sfnt.h
@@ -1924,8 +1924,8 @@ extern struct sfnt_prep_table *sfnt_read_prep_table 
(PROTOTYPE);
 #define PROTOTYPE                              \
   struct sfnt_maxp_table *,                    \
   struct sfnt_cvt_table *,                     \
-  struct sfnt_fvar_table *,                    \
   struct sfnt_head_table *,                    \
+  struct sfnt_fvar_table *,                    \
   int, int
 
 extern struct sfnt_interpreter *sfnt_make_interpreter (PROTOTYPE);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]