Cleanup: Mentioning incorrect source file in comment.

Code mentions that ID_* were defined in DNA_ID.h but are actually defined
in DNA_ID_enums.h.
This commit is contained in:
Jeroen Bakker
2021-08-25 10:00:18 +02:00
parent e91fd3b816
commit 8d634c1b27

View File

@@ -114,8 +114,8 @@ typedef struct IDTypeInfo {
/* ********** General IDType data. ********** */
/**
* Unique identifier of this type, either as a short or an array of two chars, see DNA_ID.h's
* ID_XX enums.
* Unique identifier of this type, either as a short or an array of two chars, see
* DNA_ID_enums.h's ID_XX enums.
*/
short id_code;
/**