Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-30 10:27:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-30 10:27:06 +0300
commitbd6a64ced70787544398cbec86973341a4327a37 (patch)
treef332adc65ec76e3757090137b39af90f94bc1a94 /source/blender/blenlib/intern/array_store.c
parent91bfdacde262c4df18ade2e5266e5c969bb5f3af (diff)
Remove accidental static var
Diffstat (limited to 'source/blender/blenlib/intern/array_store.c')
-rw-r--r--source/blender/blenlib/intern/array_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/array_store.c b/source/blender/blenlib/intern/array_store.c
index 8cbabddb1af..9db90dcbb05 100644
--- a/source/blender/blenlib/intern/array_store.c
+++ b/source/blender/blenlib/intern/array_store.c
@@ -1510,7 +1510,7 @@ BArrayState *BLI_array_store_state_add(
}
#endif
- static BChunkList *chunk_list;
+ BChunkList *chunk_list;
if (state_reference) {
chunk_list = bchunk_list_from_data_merge(
&bs->info, &bs->memory,