Skip to content

Commit

Permalink
external libs/libmodplug: fix an unbalanced pragma pack
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 24, 2019
1 parent 02eed8b commit af2fad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libmodplug-0.8.9.0/src/load_s3m.cpp
Expand Up @@ -39,7 +39,6 @@ typedef struct tagS3MSAMPLESTRUCT
CHAR scrs[4];
} S3MSAMPLESTRUCT;


typedef struct tagS3MFILEHEADER
{
CHAR name[28];
Expand All @@ -63,6 +62,7 @@ typedef struct tagS3MFILEHEADER
WORD special;
BYTE channels[32];
} S3MFILEHEADER;
#pragma pack()


void CSoundFile::S3MConvert(MODCOMMAND *m, BOOL bIT) const
Expand Down

0 comments on commit af2fad5

Please sign in to comment.