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/name_format.h | |
| parent | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (diff) | |
Cleanup: fix more comments/guards (and add check script).
Diffstat (limited to 'src/name_format.h')
| -rw-r--r-- | src/name_format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/name_format.h b/src/name_format.h index 6401fe82..3eb0277b 100644 --- a/src/name_format.h +++ b/src/name_format.h @@ -37,8 +37,8 @@ */ -#ifndef LIBDCP_NAME_FORMAT -#define LIBDCP_NAME_FORMAT +#ifndef LIBDCP_NAME_FORMAT_H +#define LIBDCP_NAME_FORMAT_H #include <string> |
