Skip to content

Commit

Permalink
Fix comments of ObjFreeSpace and SecondHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek committed Jan 30, 2024
1 parent 35086cd commit 0a70c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 0a70c23

Please sign in to comment.