Skip to content
New issue

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

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

Already on GitHub? # to your account

typo in include guard in dpx_raw.hh #126

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant