fixed a typo in an unusable stock (so our include parser won't choke)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40823
This commit is contained in:
David Anderson 2007-05-19 22:19:27 +00:00
parent 2cad3c3424
commit bee6b715b9

View File

@ -340,7 +340,7 @@ stock BroadcastMenuToAll(Handle:menu, MenuHandler:handler, time)
* @return Number of clients that the vote will wait upon. * @return Number of clients that the vote will wait upon.
* @error Invalid Handle. * @error Invalid Handle.
*/ */
native VoteMenuToAll(Handle:menu, MenuHandler:handler, time) stock VoteMenuToAll(Handle:menu, MenuHandler:handler, time)
{ {
new num = GetMaxClients(); new num = GetMaxClients();
new total; new total;