Browse Source

Statify tv_sort.

Con Kolivas 14 years ago
parent
commit
7d34a6b6e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
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;
 }