Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Modules / Interfaces / UDI / main.c
index d114bdc..a6fed92 100644 (file)
@@ -26,7 +26,7 @@ tModuleLoader gUDI_Loader = {
 int UDI_Install(char **Arguments)
 {
        Module_RegisterLoader( &gUDI_Loader );
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**

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