summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:33:05 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:33:05 +0200
commit5f701693bfa7357ec08114c03963f6f5e9ef1836 (patch)
tree6a493e2aab7dfc275a2ab2dbaac60df06d3f854b /src
parentddfc67a5df8a1e0d18559372d6fbc25ae94935e5 (diff)
downloadxine-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.h2
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