summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontconfig.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-07-28 01:42:03 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-28 01:42:03 +0200
commit1ca079bc46a3ddfb5e4d017473324bad67139a88 (patch)
tree65c664a65df9ae42b232f3b1871699c68aa4b386 /libass/ass_fontconfig.h
parentf21c5b6b2788d1ba2073cb4066eedee0de1b249e (diff)
downloadlibass-1ca079bc46a3ddfb5e4d017473324bad67139a88.tar.bz2
libass-1ca079bc46a3ddfb5e4d017473324bad67139a88.tar.xz
Clean up typedefs/structs
Remove useless _s suffix from struct names and remove struct name where not needed (only the typedef'd struct is used). Clean up API headers.
Diffstat (limited to 'libass/ass_fontconfig.h')
-rw-r--r--libass/ass_fontconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_fontconfig.h b/libass/ass_fontconfig.h
index 24c164d..25b596d 100644
--- a/libass/ass_fontconfig.h
+++ b/libass/ass_fontconfig.h
@@ -31,7 +31,7 @@
#include <fontconfig/fontconfig.h>
#endif
-typedef struct fc_instance_s fc_instance_t;
+typedef struct fc_instance fc_instance_t;
fc_instance_t *fontconfig_init(ass_library_t *library,
FT_Library ftlibrary, const char *family,