diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 17:33:05 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 17:33:05 +0200 |
commit | 5f701693bfa7357ec08114c03963f6f5e9ef1836 (patch) | |
tree | 6a493e2aab7dfc275a2ab2dbaac60df06d3f854b /src | |
parent | ddfc67a5df8a1e0d18559372d6fbc25ae94935e5 (diff) | |
download | xine-lib-5f701693bfa7357ec08114c03963f6f5e9ef1836.tar.gz xine-lib-5f701693bfa7357ec08114c03963f6f5e9ef1836.tar.bz2 |
Fix typo injected at savetime.
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index e257a48dd..80bcadd7f 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -76,7 +76,7 @@ #endif #ifdef SUPPORT_ATTRIBUTE_MALLOC -# define XINE_MALLOC __attributes__((__malloc__)) +# define XINE_MALLOC __attribute__((__malloc__)) #else # define XINE_MALLOC #endif |