mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(task_database.c) Fix some warnings
This commit is contained in:
parent
0d400d027b
commit
b08c399d3b
1 changed files with 1 additions and 2 deletions
|
@ -111,12 +111,11 @@ static int database_info_iterate_playlist(
|
|||
db_state->crc = zlib_crc32_calculate(db_state->buf, ret);
|
||||
#endif
|
||||
db->type = DATABASE_TYPE_CRC_LOOKUP;
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int database_info_list_iterate_end_no_match(database_state_handle_t *db_state)
|
||||
|
|
Loading…
Add table
Reference in a new issue