diff options
Diffstat (limited to 'dev/HPFS/Sources')
| -rw-r--r-- | dev/HPFS/Sources/hpfs_main.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/HPFS/Sources/hpfs_main.cxx b/dev/HPFS/Sources/hpfs_main.cxx index 52ac32ab..09551ad1 100644 --- a/dev/HPFS/Sources/hpfs_main.cxx +++ b/dev/HPFS/Sources/hpfs_main.cxx @@ -13,8 +13,8 @@ /** @brief HPFS IFS main. */ HPFS_INT32 ModuleMain(HPFS_VOID) { - auto ifs_handle = KernelGetObject(0, "IFS_OBJECT"); - // TODO: Register this IFS with necessary I/O functions... + auto ifs_handle = KernelGetObject(0, "IFS_OBJECT"); + // TODO: Register this IFS with necessary I/O functions... - return 0; + return 0; } |
