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

This commit is contained in:
EnderIce2 2025-04-07 05:38:24 +00:00
parent a4e5f4785c
commit 832833a56f
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

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);