summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:21:02 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 09:21:02 +1100
commit35e8f5879383599f71747b2c0c1287ae814b21f9 (patch)
tree8f7db4e7a4f004a3af12de544a23d8b0bdbf806b /include/tinyff
parent19e896a03f02565b889d2bb8054bb1ce15bbdb60 (diff)
fix(bmp): Comment unnecessary #endif label
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/image/bmp.h2
1 files changed, 1 insertions, 1 deletions
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