Fix compilation warnings.

This commit is contained in:
Alexander Babikov
2020-11-14 05:46:57 +05:00
parent 50533a466d
commit 53bb559446
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ machine_init_ex(int m)
int ret = 0;
if (!bios_only) {
machine_log("Initializing as \"%s\"\n", machine_getname_ex(m));
machine_log("Initializing as \"%s\"\n", machine_getname());
is_vpc = 0;