[Bf-blender-cvs] [55c2330] alembic: Alembic: Typo sneaked in last moment before previous commit

Sergey Sharybin noreply at git.blender.org
Thu Apr 23 15:49:06 CEST 2015


Commit: 55c2330aeb8f88234d6e48772cc54b24255e5a20
Author: Sergey Sharybin
Date:   Thu Apr 23 18:48:34 2015 +0500
Branches: alembic
https://developer.blender.org/rB55c2330aeb8f88234d6e48772cc54b24255e5a20

Alembic: Typo sneaked in last moment before previous commit

===================================================================

M	source/blender/editors/io/io_cache_library.c

===================================================================

diff --git a/source/blender/editors/io/io_cache_library.c b/source/blender/editors/io/io_cache_library.c
index d8a6ed3..ce8612f 100644
--- a/source/blender/editors/io/io_cache_library.c
+++ b/source/blender/editors/io/io_cache_library.c
@@ -76,7 +76,7 @@
 
 #include "PTC_api.h"
 
-#static int ED_cache_library_active_object_poll(bContext *C)
+static int ED_cache_library_active_object_poll(bContext *C)
 {
 	Object *ob = CTX_data_active_object(C);
 	if (!(ob && (ob->transflag & OB_DUPLIGROUP) && ob->dup_group && ob->cache_library))




More information about the Bf-blender-cvs mailing list