Fix build break

master
Marc Salem 2013-02-03 19:17:24 -08:00
parent 9245e02e70
commit 41695afd16
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ static int alc_opensles_get_android_api()
LOGV("API:%d", androidApiLevel);
return androidApiLevel;
}
static jchar *androidModel = NULL;
static char *androidModel = NULL;
static char *alc_opensles_get_android_model()
{
if (!androidModel) {