Skip to content

Commit

Permalink
libheif/api/libheif/heif_experimental.h, libheif/box.h: removed extra…
Browse files Browse the repository at this point in the history
… preprocessor endif at end of file
  • Loading branch information
pcdion committed Dec 6, 2024
1 parent 270979e commit c9d757e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libheif/api/libheif/heif_experimental.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,3 @@ struct heif_error heif_property_get_tai_timestamp(const struct heif_context* ctx
}
#endif

#endif
1 change: 0 additions & 1 deletion libheif/box.h
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,5 @@ class Box_itai : public FullBox
bool m_timestamp_generation_failure = false;
bool m_timestamp_is_modified = false;
};
#endif

#endif

0 comments on commit c9d757e

Please sign in to comment.