mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
Cleanup.
This commit is contained in:
parent
d996f3da0b
commit
e34014dc30
@ -25,12 +25,12 @@ public:
|
||||
index -= m_idBase;
|
||||
if(index >= m_structMax)
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
StructType* structPtr = m_structBase + index;
|
||||
if(!structPtr->isValid)
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
return structPtr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user