From 0260c9119e9efbe08ca151bd24d159e0bf4aabc2 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 10 Sep 2015 14:41:55 +0200 Subject: [PATCH] common: suspicious missing comma --- common/src/x86emitter/cpudetect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp index c27eca98c1..47910bac92 100644 --- a/common/src/x86emitter/cpudetect.cpp +++ b/common/src/x86emitter/cpudetect.cpp @@ -182,7 +182,7 @@ void x86capabilities::CountCores() static const char* tbl_x86vendors[] = { "GenuineIntel", - "AuthenticAMD" + "AuthenticAMD", "Unknown ", };