dynamic.c - style nit

This commit is contained in:
twinaphex 2013-12-19 03:17:27 +01:00
parent ccd2246331
commit 7bc2031272

View File

@ -839,7 +839,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
case RETRO_ENVIRONMENT_GET_LOCATION_INTERFACE:
{
RARCH_LOG("Environ GET_LOCATION_INTERFACE.\n");
struct retro_location_callback *cb = (struct retro_location_callback*)data;
struct retro_location_callback *cb = (struct retro_location_callback*)data;
g_extern.system.location_callback = *cb;
break;
}