Removed extra semicolons. (#3594)

This commit is contained in:
Nicholas Rodine
2022-08-17 02:05:15 -05:00
committed by GitHub
parent c8f9292bab
commit 2197f41506
6 changed files with 7 additions and 7 deletions

View File

@ -1187,7 +1187,7 @@ namespace Ryujinx.Graphics.Nvdec.Vp9
if (cm.Mb.Corrupted)
{
cm.Error.InternalError(CodecErr.CodecCorruptFrame, "Failed to decode tile data");
};
}
}
}
}