diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-11 00:06:10 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-11 00:06:10 +0000 |
commit | 4787c71d179ae9b67b0e682a2a95b6ceca4e68c4 (patch) | |
tree | 4227cb6dd5fd664c780417df94f07f53cc187b8c /audio/audio_int.h | |
parent | 541e084426ba3788f19c25e0c442323c9d31bc8d (diff) |
debug fix (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1619 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 6d4c32b068..8fee7b96fa 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -216,7 +216,7 @@ static inline int audio_need_to_swap_endian (int endianness) #if defined __GNUC__ #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2))) #define INIT_FIELD(f) . f -#define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (printf, n, m))) +#define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m))) #else #define GCC_ATTR /**/ #define INIT_FIELD(f) /**/ |