Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jul 20, 2020
1 parent 55ae0e7 commit a050529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xne_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ struct IMAGE_OS2_HEADER // OS/2 .EXE header
struct NE_SEGMENT
{
quint16 dwFileOffset;
quint16 dwFileSize; // 0 -> 64K
quint16 dwFileSize; // 0 -> 64K
quint16 dwFlags;
quint16 dwMinAllocSize; // 0 -> 64K
quint16 dwMinAllocSize; // 0 -> 64K
};
}

Expand Down

0 comments on commit a050529

Please sign in to comment.