Fix warnings

This commit is contained in:
RichardG867
2020-11-18 19:59:51 -03:00
parent 85a35e0841
commit fd08b2fdf1
3 changed files with 4 additions and 4 deletions

View File

@@ -1858,5 +1858,5 @@ const cpu_legacy_machine_t cpu_legacy_table[] = {
{"p6bap", cputables_Celeron_Cyrix3},
{"603tcf", cputables_Celeron_Cyrix3},
{"vpc2007", cputables_PentiumIID_Celeron},
{NULL, {NULL}}
{NULL, NULL}
};