Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLord committed Jun 19, 2024
1 parent e18bc95 commit 25100b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/native_dialog/osx_dialog.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ void _al_shutdown_native_dialog_addon(void)
{
NSMutableArray *filter_array = [[NSMutableArray alloc] init];

for (size_t i = 0; i < _al_vector_size(patterns); i++)
{
for (size_t i = 0; i < _al_vector_size(patterns); i++) {
_AL_PATTERNS_AND_DESC *patterns_and_desc = _al_vector_ref(patterns, (int)i);
for (size_t j = 0; j < _al_vector_size(&patterns_and_desc->patterns_vec); j++) {
_AL_PATTERN *pattern = _al_vector_ref(&patterns_and_desc->patterns_vec, (int)j);
Expand Down

0 comments on commit 25100b0

Please sign in to comment.