Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Dec 2, 2020
1 parent 04adb20 commit 87ecbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xne_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const quint16 S_FLAG_8086 =0x0010;
const quint16 S_FLAG_80286 =0x0020;
const quint16 S_FLAG_80386 =0x0040;

struct IMAGE_OS2_HEADER // OS/2 .EXE header
struct IMAGE_OS2_HEADER // OS/2 .EXE header
{
quint16 ne_magic; // Magic number
quint8 ne_ver; // Version number
Expand Down

0 comments on commit 87ecbb0

Please sign in to comment.