summaryrefslogtreecommitdiffstats
path: root/hdmx.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-08-16 00:17:06 +0200
committerMattias Andrée <maandree@kth.se>2021-08-16 00:17:06 +0200
commit7eb0d92453b888728cb1b7b418afc04d3fb438e2 (patch)
tree53a90447185b69b9a2c06c902606727c367ac42a /hdmx.c
parentAdd hdmx (diff)
downloadlibparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.gz
libparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.bz2
libparsesfnt-7eb0d92453b888728cb1b7b418afc04d3fb438e2.tar.xz
Add post + fix indention in hdmx
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--hdmx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/hdmx.c b/hdmx.c
index 0fefa12..e4830c2 100644
--- a/hdmx.c
+++ b/hdmx.c
@@ -56,11 +56,11 @@ ebfont:
int
-libparsesfnt_parse_hdmx_v0_subentry(
- const char *data, size_t size,
- uint8_t *widthp,
- const struct libparsesfnt_tabdir_entry *tag, const struct libparsesfnt_hdmx *hdmx, size_t record,
- size_t first, size_t count)
+libparsesfnt_parse_hdmx_v0_subentries(
+ const char *data, size_t size,
+ uint8_t *widthp,
+ const struct libparsesfnt_tabdir_entry *tag, const struct libparsesfnt_hdmx *hdmx, size_t record,
+ size_t first, size_t count)
{
size_t off;