mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
Update service.zs
remove erroneous semicolon
This commit is contained in:
parent
da72f8f36a
commit
1f2809244d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class ServiceIterator
|
|||
while(it.Next())
|
||||
{
|
||||
String cName = it.GetKey();
|
||||
if(cName.MakeLower().IndexOf(mServiceName) != -1);
|
||||
if(cName.MakeLower().IndexOf(mServiceName) != -1)
|
||||
return it.GetValue();
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue