From d7bad56e72d46d76f028ca6894b07c31d2456931 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sat, 18 Apr 2015 18:48:20 +0200 Subject: [PATCH] eio: this should not be visible outside of this file. --- src/tests/eio/eio_test_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eio/eio_test_file.c b/src/tests/eio/eio_test_file.c index 7284c04b38..786ba7b8c8 100644 --- a/src/tests/eio/eio_test_file.c +++ b/src/tests/eio/eio_test_file.c @@ -14,7 +14,7 @@ #include "eio_suite.h" static int default_rights = 0777; -int test_count = 0; +static int test_count = 0; static Eina_Bool _filter_cb(void *data EINA_UNUSED, Eio_File *handler EINA_UNUSED, const char *file)