]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfnt.h: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Thu, 30 Mar 2023 03:22:11 +0000 (11:22 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 30 Mar 2023 03:22:11 +0000 (11:22 +0800)
src/sfnt.h

index 58a6de060f4e9845f398e50c10c73b9d8c562dbe..365595fa37d6027d1b8e7e181402a4116805f618 100644 (file)
@@ -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);