[SDL] prevent a warning about unused variable

This commit is contained in:
Clownacy 2016-10-14 11:36:58 +01:00
parent e84d7cdce8
commit a3c888249f
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@
#include "osd.h"
#ifdef LOGERROR
static FILE *error_log;
#endif
void error_init(void)
{