OS/2 TB break - forgot a false

git-svn-id: svn://10.0.0.236/trunk@93814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2001-05-03 18:05:27 +00:00
parent 65b0a92243
commit b450a2a271
2 changed files with 2 additions and 2 deletions

View File

@@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
short structType = aSID - 1;
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
if (gStructPointer[structType][structIndex] == aStyleStruct) {
gStructBusy[structType][structIndex] = false;
gStructBusy[structType][structIndex] = PR_FALSE;
return;
}
}

View File

@@ -2983,7 +2983,7 @@ static void ReleaseMutableStyleStruct(nsStyleStructID aSID, nsStyleStruct* aSty
short structType = aSID - 1;
for (short structIndex = 0; structIndex < kStructIndexMax; structIndex++) {
if (gStructPointer[structType][structIndex] == aStyleStruct) {
gStructBusy[structType][structIndex] = false;
gStructBusy[structType][structIndex] = PR_FALSE;
return;
}
}