am 445ab76c: Merge "Broken build. Missing ;" into gingerbread
Merge commit '445ab76c49779998543bb78881f5d9f8ae81e598' into gingerbread-plus-aosp * commit '445ab76c49779998543bb78881f5d9f8ae81e598': 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