Skip to content

Commit

Permalink
audio/mint: remove __attribute__((packed))
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 30, 2011
1 parent 5a87849 commit d130e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_mcsn.h
Expand Up @@ -44,7 +44,7 @@ typedef struct {
unsigned long res2;
unsigned long res3;
unsigned long res4;
} cookie_mcsn_t __attribute__((packed));
} cookie_mcsn_t;

enum {
MCSN_ST=0,
Expand Down
3 changes: 1 addition & 2 deletions src/audio/mint/SDL_mintaudio_stfa.h
Expand Up @@ -86,13 +86,12 @@ typedef struct {
void *play_stop;
unsigned short frequency;
void *set_frequency;

unsigned short frequency_threshold;
unsigned short *custom_freq_table;
unsigned short stfa_on_off;
void *new_drivers_list;
unsigned long old_bit_2_of_cookie_snd;
void (*stfa_it)(void);
} cookie_stfa_t __attribute__((packed));
} cookie_stfa_t;

#endif /* _SDL_mintaudio_stfa_h */

0 comments on commit d130e6e

Please sign in to comment.