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_space_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_space_types.h') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index 012162225fd..5cb66c2bfb1 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -905,7 +905,7 @@ typedef struct FileDirEntry { /* Either point to active variant/revision if available, or own entry (in mere filebrowser case). */ FileDirEntryRevision *entry; - /** EFileSel_File_Types. */ + /** #eFileSel_File_Types. */ int typeflag; /** ID type, in case typeflag has FILE_TYPE_BLENDERLIB set. */ int blentype; -- cgit v1.2.3