local variable should be static

SVN revision: 54580
This commit is contained in:
Sebastian Dransfeld 2010-11-16 10:31:49 +00:00
parent 2849f58ca9
commit bc008e3a93
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static Eet_File *util_ef = NULL;
static Eina_Hash *file_ids = NULL;
static Eina_Hash *paths = NULL;
int verbose = 0;
static int verbose = 0;
static int
strcmplen(const void *data1, const void *data2)