mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 09:45:46 +00:00
Remove extraneous semicolons
This commit is contained in:
parent
745b0219c5
commit
1a8f466217
8 changed files with 8 additions and 8 deletions
|
@ -41,7 +41,7 @@ std::unique_ptr<File> Archive_RomFS::OpenFile(const Path& path, const Mode mode)
|
|||
bool Archive_RomFS::CreateDirectory(const Path& path) const {
|
||||
ERROR_LOG(FILESYS, "Attempted to create a directory in ROMFS.");
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Open a directory specified by its path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue