Skip to content

Commit

Permalink
Fix stock "SQL_QueryAndIgnore" documentation (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 authored and Arkshine committed Jun 19, 2021
1 parent 5eea3e5 commit 8fdc654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/sqlx.inc
Expand Up @@ -519,7 +519,7 @@ stock SQL_SimpleQueryFmt(Handle:db, error[]="", maxlength=0, &rows=0, const fmt[
* @param queryfmt The query string that can be formated with format specifiers.
* @pram ... Additional arguments for formating the query.
*
* @return 1 on error.
* @return -1 on error.
* >= 0 on success (with the number of affected rows).
*/
stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)
Expand Down

0 comments on commit 8fdc654

Please sign in to comment.