aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/resource_he.h')
-rw-r--r--engines/scumm/he/resource_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h
index cc542cfda6..5176f6bb41 100644
--- a/engines/scumm/he/resource_he.h
+++ b/engines/scumm/he/resource_he.h
@@ -221,7 +221,7 @@ class Win32ResExtractor : public ResExtractor {
uint16 reserved;
uint16 type;
uint16 count;
- Win32CursorIconDirEntry entries[1] GCC_PACK;
+ Win32CursorIconDirEntry entries[1];
};
struct Win32CursorIconFileDirEntry {