Fix compile error

This commit is contained in:
baldurk
2019-10-28 19:25:02 +00:00
parent 6a39e4d6f8
commit a8baf4fa49
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ ReplayStatus IMG_CreateReplayDevice(RDCFile *rdc, IReplayDriver **driver)
if((*driver)->GetResources()[0].resourceId == ResourceId())
{
driver->Shutdown();
(*driver)->Shutdown();
return ReplayStatus::ImageUnsupported;
}