fix(kernel/vfs): forgot ';' inside ramfs.hpp

This commit is contained in:
2025-04-07 05:38:24 +00:00
parent a4e5f4785c
commit 832833a56f

View File

@@ -146,4 +146,4 @@ namespace vfs
}; };
} }
bool MountRAMFS(Inode *Parent, const char *Name, size_t Index) bool MountRAMFS(Inode *Parent, const char *Name, size_t Index);