Explorar o código

Add missing return type in test

bel %!s(int64=8) %!d(string=hai) anos
pai
achega
4d85540609
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)--;