mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
added missing break statement
This commit is contained in:
@@ -215,6 +215,7 @@ Result check_title_exist(u64 title_id, u64 *ticket_ids, u32 ticket_ids_length,
|
||||
if (title_ids[i] == title_id)
|
||||
{
|
||||
ret++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user