mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fix typo in documentation
This commit is contained in:
parent
34de3964e6
commit
77762b9c2c
@ -78,7 +78,7 @@ native geoip_code2(const ip[], ccode[3]);
|
|||||||
*
|
*
|
||||||
* @return The result length.
|
* @return The result length.
|
||||||
*/
|
*/
|
||||||
#pragma deprecated Use geoip_code3() instead.
|
#pragma deprecated Use geoip_code3_ex() instead.
|
||||||
native geoip_code3(const ip[], result[4]);
|
native geoip_code3(const ip[], result[4]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user