Skip to content

Commit

Permalink
pragma fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Feb 24, 2024
1 parent 841bbd9 commit dbe0738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/vid_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef struct sis_accel_line_t {
uint32_t cmd_status;
uint8_t pattern[64];
} sis_accel_line_t;
#pragma(pack, pop)
#pragma pack(pop)

typedef struct sis_cpu_bitblt_fifo_t {
uint32_t dst;
Expand Down

0 comments on commit dbe0738

Please sign in to comment.