diff options
Diffstat (limited to 'include/bmp_layout.h')
| -rw-r--r-- | include/bmp_layout.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/bmp_layout.h b/include/bmp_layout.h index 7285a264d..9d90e7f39 100644 --- a/include/bmp_layout.h +++ b/include/bmp_layout.h @@ -56,7 +56,7 @@ typedef	struct bmp_header {    __u32 colors_used;    __u32 colors_important;    /* ColorTable */ -   +  }  __attribute__((packed)) bmp_header_t;  typedef struct bmp_image { |