Fix most of the warnings in the macos builds

This commit is contained in:
Jasmine Iwanek
2023-12-17 15:34:18 -05:00
parent 4c87164692
commit 8e74ee2726
3 changed files with 2 additions and 4 deletions

View File

@@ -830,7 +830,7 @@ plat_init_rom_paths(void)
rom_add_path("/usr/share/86Box/roms/");
}
#else
char default_rom_path[1024] = { '\0 ' };
char default_rom_path[1024] = { '\0' };
getDefaultROMPath(default_rom_path);
rom_add_path(default_rom_path);
#endif