From 6d97f9a5c1c77d30b4a1939ad81708a44f225280 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Mar 2021 13:58:34 +1100 Subject: Cleanup: use static local variables --- source/blender/blenlib/intern/BLI_mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_mmap.c') diff --git a/source/blender/blenlib/intern/BLI_mmap.c b/source/blender/blenlib/intern/BLI_mmap.c index 2fd162de22c..71510b62ba1 100644 --- a/source/blender/blenlib/intern/BLI_mmap.c +++ b/source/blender/blenlib/intern/BLI_mmap.c @@ -67,7 +67,7 @@ struct BLI_mmap_file { * handler if one was configured and abort the process otherwise. */ -struct error_handler_data { +static struct error_handler_data { ListBase open_mmaps; char configured; void (*next_handler)(int, siginfo_t *, void *); -- cgit v1.2.3