warning fix:

font_load.c: In function 'read_font_desc':
font_load.c:56: warning: unused variable 'fstate'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24265 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-28 14:36:04 +00:00
parent c4debc9042
commit a7f862037f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ unsigned char sor2[1024];
font_desc_t *desc;
FILE *f = NULL;
char *dn;
struct stat fstate;
//struct stat fstate;
char section[64];
int i,j;
int chardb=0;