Fix documentation.

This commit is contained in:
Arkshine 2014-08-07 01:18:45 +02:00
parent 6b5387f428
commit 29eb4e4647

View File

@ -110,7 +110,7 @@ native bool:INI_ParseFile(INIParser:handle, const file[], &line = 0, &col = 0);
*
* public OnParseStart(INIParser:handle)
* -
* @param handle Handle to a INI Parse.
* @param handle Handle to an INI Parse structure.
* @param func A ParseStart callback.
*
* @noreturn