Skip to content

Commit

Permalink
Fix coccinelle suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoup committed Dec 6, 2024
1 parent 45fc8a0 commit 015c624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-objects-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void filter_extension__init(
filter_extensions[i]->name))
break;
}
if (filter_extensions[i] == NULL) {
if (!filter_extensions[i]) {
die(_("No filter extension found with name %s"),
filter_options->extension_name);
}
Expand Down

0 comments on commit 015c624

Please sign in to comment.