Fix red. Screw those last-minute changes :\

Change-Id: I12666e98114e490a13023af7149fc37147d4e864
This commit is contained in:
Thomas Martitz 2014-01-16 10:31:15 +01:00
parent 06d3d4adb3
commit 08d9b7fca5
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ int font_load_ex( const char *path, size_t buf_size, int glyphs )
pdata->disabled = false;
/* load and init */
struct font *pf = &pdata->pf;
struct font *pf = &pdata->font;
memcpy(pf, &f, sizeof( struct font) );
pf->fd = fd;