Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Modules / USB / main.c
index 28ce5e3..5744c29 100644 (file)
@@ -44,7 +44,7 @@ int USB_Install(char **Arguments)
 {
        UHCI_Initialise();
        Warning("[USB  ] Not Complete - Devel Only");
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**

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