(runloop_data.c) Cleanup

This commit is contained in:
twinaphex 2015-07-09 00:18:40 +02:00
parent c6fc3eaafd
commit 68f400bd9f

View File

@ -55,7 +55,7 @@ typedef struct data_runloop
static char data_runloop_msg[PATH_MAX_LENGTH];
static struct data_runloop *g_data_runloop;
static data_runloop_t *g_data_runloop;
static data_runloop_t *rarch_main_data_get_ptr(void)
{