Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Modules / Filesystems / FS_Ext2 / ext2.c
index 81dcef0..68fd939 100644 (file)
@@ -41,7 +41,7 @@ tVFS_Driver   gExt2_FSInfo = {
 int Ext2_Install(char **Arguments)\r
 {\r
        VFS_AddDriver( &gExt2_FSInfo );\r
-       return 1;\r
+       return MODULE_ERR_OK;\r
 }\r
 \r
 /**\r

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