From b45c3363fd65a734a87d0917988fda6ae9d9df3c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 Dec 2010 01:52:28 +0000 Subject: fix for some pedantic warnings. --- source/blender/blenkernel/BKE_fcurve.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_fcurve.h') diff --git a/source/blender/blenkernel/BKE_fcurve.h b/source/blender/blenkernel/BKE_fcurve.h index 46392c2c8ea..fa4b99b896c 100644 --- a/source/blender/blenkernel/BKE_fcurve.h +++ b/source/blender/blenkernel/BKE_fcurve.h @@ -140,7 +140,7 @@ typedef enum eFMI_Action_Types { /* modifier only modifies the values of points (but times stay the same) */ FMI_TYPE_REPLACE_VALUES, /* modifier generates a curve regardless of what came before */ - FMI_TYPE_GENERATE_CURVE, + FMI_TYPE_GENERATE_CURVE } eFMI_Action_Types; /* Flags for the requirements of a FModifier Type */ @@ -152,7 +152,7 @@ typedef enum eFMI_Requirement_Flags { */ FMI_REQUIRES_NOTHING = (1<<1), /* refer to modifier instance */ - FMI_REQUIRES_RUNTIME_CHECK = (1<<2), + FMI_REQUIRES_RUNTIME_CHECK = (1<<2) } eFMI_Requirement_Flags; /* Function Prototypes for FModifierTypeInfo's */ -- cgit v1.2.3