mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 08:38:18 +00:00
(task_database.c) Fix some warnings
This commit is contained in:
parent
0d400d027b
commit
b08c399d3b
@ -111,12 +111,11 @@ static int database_info_iterate_playlist(
|
|||||||
db_state->crc = zlib_crc32_calculate(db_state->buf, ret);
|
db_state->crc = zlib_crc32_calculate(db_state->buf, ret);
|
||||||
#endif
|
#endif
|
||||||
db->type = DATABASE_TYPE_CRC_LOOKUP;
|
db->type = DATABASE_TYPE_CRC_LOOKUP;
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int database_info_list_iterate_end_no_match(database_state_handle_t *db_state)
|
static int database_info_list_iterate_end_no_match(database_state_handle_t *db_state)
|
||||||
|
Loading…
Reference in New Issue
Block a user