From 2197f41506e1ed7c4c657a1899491298bd66f7f9 Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Wed, 17 Aug 2022 02:05:15 -0500 Subject: Removed extra semicolons. (#3594) --- Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs') diff --git a/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs b/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs index abebb4b7..cdd645a3 100644 --- a/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs +++ b/Ryujinx.Graphics.Nvdec.Vp9/DecodeFrame.cs @@ -1187,7 +1187,7 @@ namespace Ryujinx.Graphics.Nvdec.Vp9 if (cm.Mb.Corrupted) { cm.Error.InternalError(CodecErr.CodecCorruptFrame, "Failed to decode tile data"); - }; + } } } } -- cgit v1.2.3