From 931a279f441f6f9c3266d4789e9aa5aed1c16aa8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Aug 2018 11:00:57 +1000 Subject: Cleanup: use static variables --- intern/clog/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/clog') diff --git a/intern/clog/clog.c b/intern/clog/clog.c index 9a80d99fe73..f64e7c19a5f 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -559,7 +559,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) { -- cgit v1.2.3