fix __inline -> __inline__
[lttv.git] / ltt / branches / poly / lttv / lttv / attribute.c
index 549858674c941404fc475060bda7c390083d02a4..081265c7cede526a9ab3984e792fe8b46c234f98 100644 (file)
@@ -41,8 +41,8 @@ typedef struct _Attribute {
 } Attribute;
 
 
-static __inline LttvAttributeValue address_of_value(LttvAttributeType t,
-                                                    AttributeValue *v)
+static __inline__ LttvAttributeValue address_of_value(LttvAttributeType t,
+                                                      AttributeValue *v)
 {
   LttvAttributeValue va;
 
This page took 0.0228 seconds and 4 git commands to generate.