diff --git a/sword2/function.cpp b/sword2/function.cpp index 5344ea32e41..60a418fb8c0 100644 --- a/sword2/function.cpp +++ b/sword2/function.cpp @@ -695,7 +695,7 @@ int32 Logic::fnTheyDo(int32 *params) { // 6 ins5 StandardHeader *head = (StandardHeader *)_vm->_resman->openResource(params[0]); - assert (head->fileType == GAME_OBJECT); + assert(head->fileType == GAME_OBJECT); // Run the target's get-speech-state script