From 299ff7dcd1383f5141f5eba3c04c447d5072f705 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Jan 2019 01:00:40 +1100 Subject: Cleanup: corrections to last commit --- source/blender/makesdna/DNA_anim_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_anim_types.h') diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h index 13358ce7bc8..8e89f4a42b7 100644 --- a/source/blender/makesdna/DNA_anim_types.h +++ b/source/blender/makesdna/DNA_anim_types.h @@ -167,9 +167,9 @@ typedef struct FMod_FunctionGenerator { float value_offset; /* flags */ - /** EFMod_Generator_Functions. */ + /** #eFMod_Generator_Functions. */ int type; - /** EFMod_Generator_flags. */ + /** #eFMod_Generator_flags. */ int flag; } FMod_FunctionGenerator; -- cgit v1.2.3