Browse Source

Add missing return type in test

bel 8 năm trước cách đây
mục cha
commit
4d85540609
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      test/timertest.c

+ 2 - 1
test/timertest.c

@@ -61,7 +61,8 @@ action_dec(void *arg)
 }
 
 
-static action_dec_to_0(void *arg)
+static int
+action_dec_to_0(void *arg)
 {
 	int *p = (int *)arg;
 	(*p)--;