Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / drv / vterm.c
index 7aebd28..cedcb33 100644 (file)
@@ -190,7 +190,7 @@ int VT_Install(char **Arguments)
        // Set kernel output to VT0
        Debug_SetKTerminal("/Devices/VTerm/0");
        
-       return MODULE_INIT_SUCCESS;
+       return MODULE_ERR_OK;
 }
 
 /**

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