Fixes issues travis found

This commit is contained in:
Kelenius
2016-03-11 11:59:51 +03:00
parent 16f7b42640
commit 3fdda5e8c5
24 changed files with 136 additions and 136 deletions

View File

@@ -9,11 +9,11 @@
*
* To add some code to be called by the hook, define a proc under the type, as so:
* @code
/hook/foo/proc/bar()
if(1)
return 1 //Sucessful
else
return 0 //Error, or runtime.
/hook/foo/proc/bar()
if(1)
return 1 //Sucessful
else
return 0 //Error, or runtime.
* @endcode
* All hooks must return nonzero on success, as runtimes will force return null.
*/