diff options
Diffstat (limited to 'test/sorted_array_test.c')
-rw-r--r-- | test/sorted_array_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index e7faa7a..f1fa9a8 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -29,7 +29,7 @@ #include "zix/common.h" #include "zix/sorted_array.h" -unsigned seed = 1; +static unsigned seed = 1; static int int_cmp(const void* a, const void* b, const void* user_data) |