SCI: Fix whitespace.
svn-id: r43451
This commit is contained in:
parent
83e541900d
commit
2ac6e260b6
1 changed files with 4 additions and 3 deletions
|
@ -1532,7 +1532,8 @@ bool ResourceManager::hasOldScriptHeader() {
|
|||
offset += skip;
|
||||
}
|
||||
|
||||
return false;
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ResourceManager::hasSci0Voc999() {
|
||||
Resource *res = findResource(ResourceId(kResourceTypeVocab, 999), 0);
|
||||
|
@ -1590,7 +1591,7 @@ bool ResourceManager::hasSci1Voc900() {
|
|||
offset += 3;
|
||||
}
|
||||
|
||||
return offset == res->size;
|
||||
}
|
||||
return offset == res->size;
|
||||
}
|
||||
|
||||
} // End of namespace Sci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue