From 5f701693bfa7357ec08114c03963f6f5e9ef1836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 14 Apr 2007 17:33:05 +0200 Subject: Fix typo injected at savetime. --- src/xine-utils/attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3