summaryrefslogtreecommitdiff
path: root/src/sfnt.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-03-30 11:22:11 +0800
committerPo Lu <luangruo@yahoo.com>2023-03-30 11:22:11 +0800
commit8719ad534bb482039fca2b234d39750b49e80222 (patch)
tree0c4de1d020b835943cd5b920cfcb84c4a80acc4a /src/sfnt.h
parent89a30637b32edea461746023717f77bd87bb4b10 (diff)
; * src/sfnt.h: Fix typo.
Diffstat (limited to 'src/sfnt.h')
-rw-r--r--src/sfnt.h2
1 files changed, 1 insertions, 1 deletions
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);