cpu_type.h: Fix missing ;, sorry for spam

This commit is contained in:
Alexander von Gluck IV
2017-03-12 15:11:02 -05:00
parent 54066ddbb7
commit 63863c9849
+1 -1
View File
@@ -325,7 +325,7 @@ get_cpu_model_string(enum cpu_platform platform, enum cpu_vendor cpuVendor,
if (model == 0x10 || model == 0x13)
return "A-Series";
} else if (family == 0x8f)
return "Ryzen 7"
return "Ryzen 7";
// Fallback to manual parsing of the model string
get_cpuid_model_string(cpuidName);