mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
Added missing colon at30601
This commit is contained in:
parent
7ecdf75d0d
commit
ab40f426c6
@ -125,7 +125,7 @@ native SQL_IsNull(Handle:query, column);
|
||||
* SQL_ReadResult(query, 1, num2)
|
||||
* SQL_ReadResult(query, 2, str, 31)
|
||||
*/
|
||||
native SQL_ReadResult(Handle:query, column, {Float,_}...);
|
||||
native SQL_ReadResult(Handle:query, column, {Float,_}:...);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user