summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-14 23:02:55 +0100
committerCarl Hetherington <cth@carlh.net>2024-04-18 12:11:43 +0200
commit547e30e85e4222d2c7e380bfd0db61b94886efd3 (patch)
tree04801851ab6513f3be87e289c9d27d5b3d4c843e
parent2d400575ef372d59d2255779b43a3ded1bc7fe65 (diff)
Cleanup: fix header guard name and comment.
-rw-r--r--src/mono_j2k_picture_asset_reader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mono_j2k_picture_asset_reader.h b/src/mono_j2k_picture_asset_reader.h
index f2213681..8376e939 100644
--- a/src/mono_j2k_picture_asset_reader.h
+++ b/src/mono_j2k_picture_asset_reader.h
@@ -32,13 +32,13 @@
*/
-/** @file src/mono_picture_asset_reader.h
+/** @file src/mono_j2k_picture_asset_reader.h
* @brief MonoJ2KPictureAssetReader typedef
*/
-#ifndef LIBDCP_MONO_PICTURE_ASSET_READER_H
-#define LIBDCP_MONO_PICTURE_ASSET_READER_H
+#ifndef LIBDCP_MONO_J2K_PICTURE_ASSET_READER_H
+#define LIBDCP_MONO_J2K_PICTURE_ASSET_READER_H
#include "asset_reader.h"