mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
fix(kernel/vfs): forgot ';' inside ramfs.hpp
This commit is contained in:
parent
a4e5f4785c
commit
832833a56f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user