Skip to content

Commit

Permalink
Fix comment about layer_colors in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek authored and rurban committed Oct 3, 2023
1 parent c563b9e commit 6e6a6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dwg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ typedef struct _dwg_header_variables {
BITCODE_RC UCSICON;
BITCODE_RL oldCECOLOR_hi; /* r11, or RD */
BITCODE_RL oldCECOLOR_lo; /* r11 */
BITCODE_RS layer_colors[128]; /* r1.2 - r1.4 */
BITCODE_RS layer_colors[128]; /* r1.1 - r1.4 */
BITCODE_RS unknown_51e; /* r11 */
BITCODE_RS unknown_520; /* r11 */
BITCODE_RSd unknown_52c; /* r11 */
Expand Down

0 comments on commit 6e6a6dd

Please sign in to comment.