From 84b55d2af426863a34c88803f9c91795fb7dc515 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 29 Oct 2021 06:48:13 +1000 Subject: [PATCH] Remove useless semicolon following type decl --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs index fc1a2a0653..6b2e980226 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/NDS/LibMelonDS.cs @@ -62,7 +62,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS public NDS.SyncSettings.Color FirmwareFavouriteColour; public IntPtr FirmwareMessage; // max 26 length (then terminator) public int FirmwareMessageLength; - }; + } [BizImport(CC)] public abstract bool Init(LoadFlags flags, FirmwareSettings fwSettings);