diff --git a/src/decode.c b/src/decode.c index 27e17565a1..a4d8e40b43 100644 --- a/src/decode.c +++ b/src/decode.c @@ -877,7 +877,7 @@ decode_R13_R2000 (Bit_Chain *restrict dat, Dwg_Data *restrict dwg) (object_end + object_begin + 2)) /*------------------------------------------------------------------------- - * Section 2: ObjFreeSpace + * Section 2: ObjFreeSpace, r13c3-r2000 */ if (dwg->header.sections > 3 && (dwg->header.section[SECTION_OBJFREESPACE_R13].address == pvz)) @@ -2578,7 +2578,7 @@ auxheader_private (Bit_Chain *restrict dat, Dwg_Data *restrict dwg) return error; } -// r13c3 - r2000 +// r13 - r2000 static int secondheader_private (Bit_Chain *restrict dat, Dwg_Data *restrict dwg) {