thermferm/thermferm.c

changeset 423
02653162b03b
parent 422
13502d0dda65
child 426
e54611453d29
--- a/thermferm/thermferm.c	Sat Nov 14 23:40:51 2015 +0100
+++ b/thermferm/thermferm.c	Sun Nov 15 21:12:11 2015 +0100
@@ -977,7 +977,7 @@
     }
 
 #ifdef HAVE_WIRINGPI_H
-    rc = piThreadCreate(my_panel_loop) {
+    rc = piThreadCreate(my_panel_loop);
 #else
     rc = pthread_create(&threads[t], NULL, my_panel_loop, (void *)t );
 #endif

mercurial