Merge commit '95464c9aa063d2e36a0385a60edd6ee519ed2d85' * commit '95464c9aa063d2e36a0385a60edd6ee519ed2d85': Broken build. Missing ;
This commit is contained in:
@@ -514,7 +514,7 @@ static jobjectArray android_content_AssetManager_getLocales(JNIEnv* env, jobject
|
||||
}
|
||||
|
||||
for (int i=0; i<N; i++) {
|
||||
jstring str = env->NewStringUTF(locales[i].string())
|
||||
jstring str = env->NewStringUTF(locales[i].string());
|
||||
if (str == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user