From a899b2b196d749283a6b37f2d8c1ec1ba23ca860 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 14 Nov 2008 23:12:20 +0000 Subject: num_arrays should be static git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@45 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- numsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numsort.c') diff --git a/numsort.c b/numsort.c index 70bdd2a..690d5a6 100644 --- a/numsort.c +++ b/numsort.c @@ -35,7 +35,7 @@ DoNumSort (void) long* arraybase = NULL; clock_t total_time = 0; int iterations = 0; - int num_arrays = 1; + static int num_arrays = 1; static int is_adjusted = FALSE; if (is_adjusted == FALSE) { -- cgit v1.2.3