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…
Reference in New Issue
Block a user