summaryrefslogtreecommitdiffstats
path: root/libvo/font_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/font_load.c')
-rw-r--r--libvo/font_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/font_load.c b/libvo/font_load.c
index 4131050500..e7473f1250 100644
--- a/libvo/font_load.c
+++ b/libvo/font_load.c
@@ -47,7 +47,7 @@ font_desc_t* read_font_desc(char* fname,float factor,int verbose){
unsigned char sor[1024];
unsigned char sor2[1024];
font_desc_t *desc;
-FILE *f;
+FILE *f = NULL;
char *dn;
struct stat fstate;
char section[64];