diff options
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/atom-test-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |