summaryrefslogtreecommitdiff
path: root/fontembed
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-08-23 09:15:51 +0200
committerDidier Raboud <odyx@debian.org>2017-08-23 09:15:51 +0200
commit28624b3f7e36384732ff0f323cab938249c1b4fe (patch)
tree5c6bf2cfc660260f4410eb391a5de16d17bdc968 /fontembed
parentaa3fa141577b65d0d959cd8756e66f2eb2d6ca08 (diff)
New upstream version 1.16.4
Diffstat (limited to 'fontembed')
-rw-r--r--fontembed/fontfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontembed/fontfile.h b/fontembed/fontfile.h
index 1101b56c2..7e7b1089a 100644
--- a/fontembed/fontfile.h
+++ b/fontembed/fontfile.h
@@ -10,7 +10,7 @@ struct _FONTFILE {
union {
int fobj;
void *user;
- } fo;
+ };
};
typedef struct _FONTFILE FONTFILE;