Commit 7d34a6b6e391ab5dabdec9dae5942a13419f625a

Con Kolivas 2011-08-29T09:39:06

Statify tv_sort.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.c b/main.c
index 7e2c3cf..0fb28b5 100644
--- a/main.c
+++ b/main.c
@@ -2175,7 +2175,7 @@ static void test_work_current(struct work *work)
 	free(hexstr);
 }
 
-int tv_sort(struct work *worka, struct work *workb)
+static int tv_sort(struct work *worka, struct work *workb)
 {
 	return worka->tv_staged.tv_sec - workb->tv_staged.tv_sec;
 }