mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Remove unnecessary default:breaks
This commit is contained in:
parent
99d6f9c7a9
commit
19763f8973
3 changed files with 3 additions and 5 deletions
|
|
@ -28,10 +28,10 @@ void fmt_class_string<psf::error>::format(std::string& out, u64 arg)
|
|||
{
|
||||
switch (fmt)
|
||||
{
|
||||
case psf::error::ok: return "OK";
|
||||
case psf::error::stream: return "File doesn't exist";
|
||||
case psf::error::not_psf: return "File is not of PSF format";
|
||||
case psf::error::corrupt: return "PSF is truncated or corrupted";
|
||||
default: break;
|
||||
}
|
||||
|
||||
return unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue