JANITORIAL: Fix whitespace in pointer template arg
This commit is contained in:
parent
dbcd177606
commit
921f602ab8
61 changed files with 119 additions and 119 deletions
|
@ -135,7 +135,7 @@ bool TIMInterpreter::callback(Common::IFFChunk &chunk) {
|
|||
return false;
|
||||
}
|
||||
|
||||
TIM *TIMInterpreter::load(const char *filename, const Common::Array<const TIMOpcode*> *opcodes) {
|
||||
TIM *TIMInterpreter::load(const char *filename, const Common::Array<const TIMOpcode *> *opcodes) {
|
||||
if (!_vm->resource()->exists(filename))
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue