diff --git a/Kernel/include/filesystem/ramfs.hpp b/Kernel/include/filesystem/ramfs.hpp index f94c3c4c..5304352f 100644 --- a/Kernel/include/filesystem/ramfs.hpp +++ b/Kernel/include/filesystem/ramfs.hpp @@ -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);