diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-07 00:51:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 3d53fb23efa153e10c37071a4ecac48b74c2dbd6 (patch) | |
| tree | 2125f28506416ae362e660104f878898c51ef45d /src/colour_conversion.h | |
| parent | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (diff) | |
Cleanup: fix more comments/guards (and add check script).
Diffstat (limited to 'src/colour_conversion.h')
| -rw-r--r-- | src/colour_conversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h index 8501699a..29140541 100644 --- a/src/colour_conversion.h +++ b/src/colour_conversion.h @@ -37,8 +37,8 @@ */ -#ifndef DCP_COLOUR_CONVERSION_H -#define DCP_COLOUR_CONVERSION_H +#ifndef LIBDCP_COLOUR_CONVERSION_H +#define LIBDCP_COLOUR_CONVERSION_H #include "chromaticity.h" |
