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>2018-08-08 04:05:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-08 04:05:08 +0300
commit6fbd210b9151e5c401330ca930b724f4d781bc48 (patch)
tree8a197b21148e5c1589a61837b8cf920b6f54b9e9 /intern/clog
parentcb58658f4145239082573aec49f261ce389a03ca (diff)
parent931a279f441f6f9c3266d4789e9aa5aed1c16aa8 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/clog')
-rw-r--r--intern/clog/clog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/clog/clog.c b/intern/clog/clog.c
index f725b1c19c4..7ebd3fba425 100644
--- a/intern/clog/clog.c
+++ b/intern/clog/clog.c
@@ -561,7 +561,7 @@ static void CLG_ctx_free(CLogContext *ctx)
* \{ */
/* We could support multiple at once, for now this seems not needed. */
-struct CLogContext *g_ctx = NULL;
+static struct CLogContext *g_ctx = NULL;
void CLG_init(void)
{