fix issues with indented absolute path definitions

This commit is contained in:
GinjaNinja32
2015-12-09 14:12:54 +00:00
parent 67c53ddd1d
commit 1921c35231
22 changed files with 125 additions and 184 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
*
* To add some code to be called by the hook, define a proc under the type, as so:
* @code
/hook/foo/proc/bar()
hook/foo/proc/bar()
if(1)
return 1 //Sucessful
else