From c9d757e337dbe235bffc92a20284b5ab26c1f7fe Mon Sep 17 00:00:00 2001 From: Patrick Dion Date: Fri, 6 Dec 2024 10:13:13 -0500 Subject: [PATCH] libheif/api/libheif/heif_experimental.h, libheif/box.h: removed extra preprocessor endif at end of file --- libheif/api/libheif/heif_experimental.h | 1 - libheif/box.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libheif/api/libheif/heif_experimental.h b/libheif/api/libheif/heif_experimental.h index 7d6d1b8361..27174b325d 100644 --- a/libheif/api/libheif/heif_experimental.h +++ b/libheif/api/libheif/heif_experimental.h @@ -425,4 +425,3 @@ struct heif_error heif_property_get_tai_timestamp(const struct heif_context* ctx } #endif -#endif diff --git a/libheif/box.h b/libheif/box.h index 71f4504105..fbeb32edeb 100644 --- a/libheif/box.h +++ b/libheif/box.h @@ -1694,6 +1694,5 @@ class Box_itai : public FullBox bool m_timestamp_generation_failure = false; bool m_timestamp_is_modified = false; }; -#endif #endif \ No newline at end of file