[Stats] Missed a brace

This commit is contained in:
Matt Nadareski
2016-06-10 02:01:14 -07:00
parent ffc78b076a
commit 32367bf39d

View File

@@ -113,7 +113,7 @@ Please check the log folder if the stats scrolled offscreen");
Roms with MD5: " + datdata.MD5Count + @"
Roms with SHA-1: " + datdata.SHA1Count + @"
Roms with Nodump status: " + datdata.NodumpCount + @"
");)
");
}
}
}