Statify tv_sort.
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;
}