diff --git a/extensions/wallet/src/singsign.cpp b/extensions/wallet/src/singsign.cpp index 63b0cf02e841..7d384d359baa 100644 --- a/extensions/wallet/src/singsign.cpp +++ b/extensions/wallet/src/singsign.cpp @@ -1948,7 +1948,8 @@ SINGSIGN_RememberSignonData (char* URLName, nsVoidArray * signonData) /* one-password form is a log-in so remember it */ /* obtain the index of the first input field (that is the username) */ - for (PRInt32 j=0; jCount(); j++) { + PRInt32 j; + for (j=0; jCount(); j++) { data = NS_STATIC_CAST(si_SignonDataStruct*, signonData->ElementAt(j)); if (!data->isPassword) { break;