Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27045 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-09 09:37:25 +00:00
parent 41568070f9
commit 4147306650
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ typedef struct {
#endif
} raw_file;
typedef struct {
typedef struct font_desc {
#ifdef HAVE_FREETYPE
int dynamic;
#endif