diff -r 13502d0dda65 -r 02653162b03b thermferm/thermferm.c --- 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