summaryrefslogtreecommitdiff
path: root/src/type42/t42parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/type42/t42parse.c')
-rw-r--r--src/type42/t42parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/type42/t42parse.c b/src/type42/t42parse.c
index 78cc8fa1d..6d765c8c1 100644
--- a/src/type42/t42parse.c
+++ b/src/type42/t42parse.c
@@ -733,7 +733,7 @@
ttf_reserved ) )
goto Fail;
}
- /* fall through */
+ FALL_THROUGH;
case BEFORE_TABLE_DIR:
/* the offset table is read; read the table directory */
@@ -785,7 +785,7 @@
ttf_reserved ) )
goto Fail;
}
- /* fall through */
+ FALL_THROUGH;
case OTHER_TABLES:
/* all other tables are just copied */