Stupid semicolon

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401452
This commit is contained in:
Michael McKoy 2007-09-21 02:30:01 +00:00
parent ea0678cf3c
commit b59e16ff97

View File

@ -510,7 +510,7 @@ stock bool:IsValidCvarChar(c)
stock bool:IsMapSelected(const String:Map[]) stock bool:IsMapSelected(const String:Map[])
{ {
KvRewind(g_NextMapList); KvRewind(g_NextMapList);
return KvJumpToKey(g_NextMapList, Map) return KvJumpToKey(g_NextMapList, Map);
} }
stock bool:IsMapOld(const String:map[]) stock bool:IsMapOld(const String:map[])