Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / bin / pe.c
index e7967e8..0b74529 100644 (file)
@@ -29,7 +29,7 @@ tBinaryType   gPE_Loader = {
 int PE_Install(char **Arguments)\r
 {\r
        Binary_RegisterType(&gPE_Loader);\r
-       return 1;\r
+       return MODULE_ERR_OK;\r
 }\r
 \r
 /**\r

UCC git Repository :: git.ucc.asn.au