From 0c590eb7682cabcabb593760a9b2f3dae7b38d43 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 7 Dec 2019 14:03:47 -0800 Subject: [PATCH] Fix double semi-colon --- stratosphere/ams_mitm/source/fs_mitm/fsmitm_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_module.cpp b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_module.cpp index 4cf9e14d2..d5339ad66 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_module.cpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_module.cpp @@ -39,7 +39,7 @@ namespace ams::mitm::fs { constexpr size_t ThreadStackSize = mitm::ModuleTraits::StackSize; alignas(os::MemoryPageSize) u8 g_extra_thread_stacks[NumExtraThreads][ThreadStackSize]; - os::Thread g_extra_threads[NumExtraThreads];; + os::Thread g_extra_threads[NumExtraThreads]; void LoopServerThread(void *arg) { /* Loop forever, servicing our services. */