Merge "Broken build. Missing ;" into gingerbread

This commit is contained in:
Gilles Debunne
2010-08-27 11:52:27 -07:00
committed by Android (Google) Code Review

View File

@@ -514,7 +514,7 @@ static jobjectArray android_content_AssetManager_getLocales(JNIEnv* env, jobject
} }
for (int i=0; i<N; i++) { for (int i=0; i<N; i++) {
jstring str = env->NewStringUTF(locales[i].string()) jstring str = env->NewStringUTF(locales[i].string());
if (str == NULL) { if (str == NULL) {
return NULL; return NULL;
} }