common: suspicious missing comma

This commit is contained in:
Gregory Hainaut 2015-09-10 14:41:55 +02:00
parent 1baa6be6de
commit 0260c9119e
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ void x86capabilities::CountCores()
static const char* tbl_x86vendors[] =
{
"GenuineIntel",
"AuthenticAMD"
"AuthenticAMD",
"Unknown ",
};