From 1d5a5aef83ed092992882c0349c4e2c727685214 Mon Sep 17 00:00:00 2001 From: remutro Date: Sat, 8 Feb 2025 22:48:48 -0500 Subject: [PATCH] remove accidentally introduced space in line with no change --- mia/medium/mega-32x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mia/medium/mega-32x.cpp b/mia/medium/mega-32x.cpp index 2380ce766..0e38a0fd4 100644 --- a/mia/medium/mega-32x.cpp +++ b/mia/medium/mega-32x.cpp @@ -142,7 +142,7 @@ auto Mega32X::analyze(vector& rom) -> string { if(bits && *bits & 4) regions.append("NTSC-U"); //overseas 60hz if(bits && *bits & 8) regions.append("PAL"); //overseas 50hz } - if(!regions) { + if(!regions) { regions.append("NTSC-J", "NTSC-U", "PAL"); }