Skip to content

Commit

Permalink
Small reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Aug 19, 2024
1 parent 9060457 commit 716a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/generic_buffer_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LLVMFuzzerInitialize(int *argc, char ***argv)
char **array = vips_foreign_get_suffixes();
for (int i = 0; array[i] != nullptr; i++) {
if (!g_slist_find_custom(suffixes, array[i],
(GCompareFunc) g_strcmp0)) {
(GCompareFunc) g_strcmp0)) {
printf("%s\n", array[i]);
suffixes = g_slist_append(suffixes, g_strdup(array[i]));
}
Expand Down

0 comments on commit 716a9d4

Please sign in to comment.