From 6e6a6dd99f43d6f18169f1396f29b67be9b7b5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Mon, 2 Oct 2023 17:58:32 +0200 Subject: [PATCH] Fix comment about layer_colors in header file --- include/dwg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dwg.h b/include/dwg.h index 6d48447599..8f38e65133 100644 --- a/include/dwg.h +++ b/include/dwg.h @@ -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 */