[Bf-blender-cvs] [a5ddb3df3b5] id-ensure-unique-memory-address: Cleanup; add missing static statement.

Bastien Montagne noreply at git.blender.org
Wed Feb 26 12:49:51 CET 2020


Commit: a5ddb3df3b57090799cb389462e9d1f0c8f4cf94
Author: Bastien Montagne
Date:   Wed Feb 26 12:48:01 2020 +0100
Branches: id-ensure-unique-memory-address
https://developer.blender.org/rBa5ddb3df3b57090799cb389462e9d1f0c8f4cf94

Cleanup; add missing static statement.

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

M	source/blender/blenkernel/intern/main.c

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

diff --git a/source/blender/blenkernel/intern/main.c b/source/blender/blenkernel/intern/main.c
index 4518983c10c..12ee548c871 100644
--- a/source/blender/blenkernel/intern/main.c
+++ b/source/blender/blenkernel/intern/main.c
@@ -221,7 +221,7 @@ void BKE_main_idmemhash_ensure(Main *bmain)
   }
 }
 
-void main_idmemhash_history_chains_free(void *linkv)
+static void main_idmemhash_history_chains_free(void *linkv)
 {
   LinkNode *link = linkv;
   BLI_linklist_free(link, NULL);



More information about the Bf-blender-cvs mailing list