Skip to content

typo in include guard in dpx_raw.hh #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michaeldsmith opened this issue Feb 6, 2023 · 0 comments
Closed

typo in include guard in dpx_raw.hh #126

michaeldsmith opened this issue Feb 6, 2023 · 0 comments

Comments

@michaeldsmith
Copy link
Collaborator

lines 55-56 of \lib\dpx\dpx_raw.hh

#if !defined(CTL_DPX_RAW_INTERNAL_INCLUDE)
#define CRL_DPX_RAW_INTERNAL_INCLUDE

should be

#if !defined(CTL_DPX_RAW_INTERNAL_INCLUDE)
#define CTL_DPX_RAW_INTERNAL_INCLUDE
michaeldsmith added a commit to michaeldsmith/CTL that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant