From 2f7ffa585fbab18976ecf1f69aa9a28ed04a13ac Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 15 Jul 2020 21:04:09 +0200
Subject: Add missing static specifiers

---
 lv2/atom/atom-test-utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lv2')

diff --git a/lv2/atom/atom-test-utils.c b/lv2/atom/atom-test-utils.c
index 057dada..a9ab74b 100644
--- a/lv2/atom/atom-test-utils.c
+++ b/lv2/atom/atom-test-utils.c
@@ -23,8 +23,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-char**   uris   = NULL;
-uint32_t n_uris = 0;
+static char**   uris   = NULL;
+static uint32_t n_uris = 0;
 
 static char*
 copy_string(const char* str)
-- 
cgit v1.2.1