aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/base/ftinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/base/ftinit.c')
-rw-r--r--freetype/src/base/ftinit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/freetype/src/base/ftinit.c b/freetype/src/base/ftinit.c
index 4835ffa2d..d18072cee 100644
--- a/freetype/src/base/ftinit.c
+++ b/freetype/src/base/ftinit.c
@@ -98,7 +98,8 @@
#undef FT_USE_MODULE
#define FT_USE_MODULE( type, x ) MODULE_CLASS_##x,
- enum {
+ enum
+ {
#include FT_CONFIG_MODULES_H
FT_NUM_MODULE_CLASSES
};