Skip to content

Commit

Permalink
Update tasks/task_database.c
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Loach <robloach@gmail.com>
  • Loading branch information
pkos and RobLoach committed Dec 28, 2021
1 parent e7c2329 commit 3b86a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_database.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ static void task_database_handler(retro_task_t *task)
case DATABASE_STATUS_ITERATE:
{
bool path_contains_compressed_file = false;
const char *name =
const char *name =
database_info_get_current_element_name(dbinfo);
if (!name)
goto task_finished;
Expand Down

0 comments on commit 3b86a6a

Please sign in to comment.