зеркало из https://github.com/mozilla/gecko-dev.git
Eliminate double declaration of variable
This commit is contained in:
Родитель
9006576ab5
Коммит
74590617a8
|
@ -68,7 +68,7 @@ bool JNIHeaderGenerator::genHeaderFile(ClassFileSummary &summ,
|
|||
PR_fprintf(fp, "extern \"C\" {\n");
|
||||
PR_fprintf(fp, "#endif\n");
|
||||
|
||||
for (Uint32 i = 0; i < methodCount; i++) {
|
||||
for (i = 0; i < methodCount; i++) {
|
||||
Method *m = (Method *) methods[i];
|
||||
const Signature &sig = m->getSignature();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче