From bba6a31eb613aabd03a391e1674a7304fb25c553 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 18 Jan 2017 02:36:19 -0500 Subject: [PATCH] Interpreter_Tables: Amend leftover comment --- Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp index eb1c62c9f8..29c41f73eb 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp @@ -494,5 +494,4 @@ void InitTables() initialized = true; } -} -// remove +} // namespace InterpreterTables