mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Cleanups
This commit is contained in:
parent
82d894c205
commit
0489bc6196
@ -402,9 +402,9 @@ static int database_cursor_close(libretrodb_t *db, libretrodb_cursor_t *cur)
|
|||||||
database_info_handle_t *database_info_dir_init(const char *dir,
|
database_info_handle_t *database_info_dir_init(const char *dir,
|
||||||
enum database_type type)
|
enum database_type type)
|
||||||
{
|
{
|
||||||
|
unsigned i;
|
||||||
database_info_handle_t *db = (database_info_handle_t*)
|
database_info_handle_t *db = (database_info_handle_t*)
|
||||||
calloc(1, sizeof(*db));
|
calloc(1, sizeof(*db));
|
||||||
unsigned i = 0;
|
|
||||||
|
|
||||||
if (!db)
|
if (!db)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user