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:
Gilles Debunne
2010-08-27 12:23:47 -07:00
committed by Android Git Automerger

View File

@@ -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;
}