diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 22:54:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-04 22:54:08 +0200 |
| commit | effdfc23417dac31d9428096def6ef1a05e1ad8f (patch) | |
| tree | 10bd8a9470e3f83b69766c2afbe366f4824a8954 /src/lib/kdm_with_metadata.h | |
| parent | 057492b39b0629ed61d81213aeea76fb6b6c5cd4 (diff) | |
Clean up header guard following previous commit.
Diffstat (limited to 'src/lib/kdm_with_metadata.h')
| -rw-r--r-- | src/lib/kdm_with_metadata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/kdm_with_metadata.h b/src/lib/kdm_with_metadata.h index 4756e96fb..8d6d61daa 100644 --- a/src/lib/kdm_with_metadata.h +++ b/src/lib/kdm_with_metadata.h @@ -18,8 +18,8 @@ */ -#ifndef DCPOMATIC_SCREEN_KDM_H -#define DCPOMATIC_SCREEN_KDM_H +#ifndef DCPOMATIC_KDM_WITH_METADATA_H +#define DCPOMATIC_KDM_WITH_METADATA_H #ifdef DCPOMATIC_VARIANT_SWAROOP #include "encrypted_ecinema_kdm.h" |
