summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:08:39 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:08:51 +1000
commit8656027282931d8d279ce66a52775eacf9dd59a9 (patch)
tree38796f59c2f607468be13caf1e907423b43d1ed1 /tests
parentee425b55c48c25c7a91b6cba315e6c2cd42d0fb7 (diff)
git(attributes): Force LF for all text files except windows specific
files
Diffstat (limited to 'tests')
-rw-r--r--tests/format/image/png/png_open.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c
index 3542ffa..4e16111 100644
--- a/tests/format/image/png/png_open.c
+++ b/tests/format/image/png/png_open.c
@@ -36,7 +36,9 @@ ff_result fftest_lenna256(ff_ctx* ctx) {
fclose(file);
ff_close_png(ctx, png_ctx);
+ #ifdef USE_BENCH
ff_bench_print(ctx, &(ctx)->bench);
+ #endif
return res;
}