From 35e8f5879383599f71747b2c0c1287ae814b21f9 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 09:21:02 +1100 Subject: fix(bmp): Comment unnecessary #endif label --- include/tinyff/image/bmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tinyff') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 6381cea..cae4273 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -47,4 +47,4 @@ ff_result ff_bmp_isvalid(ff_stream *stream); ff_result ff_open_bmp(ff_stream *stream, ff_bmp_ctx **out_ctx); -#endif BMP_H_ \ No newline at end of file +#endif // BMP_H_ \ No newline at end of file -- cgit v1.2.3