mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
reformat like the old code
This commit is contained in:
parent
8cd8e7d3ae
commit
51f7746407
@ -797,10 +797,8 @@ static bool content_file_init(
|
||||
return false;
|
||||
|
||||
if (content->size > 0)
|
||||
{
|
||||
info = (struct retro_game_info*)
|
||||
info = (struct retro_game_info*)
|
||||
calloc(content->size, sizeof(*info));
|
||||
}
|
||||
|
||||
if (info)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user