include/threads.h: add missing semi-colon

This commit is contained in:
François Schauber 2021-08-23 15:24:21 +02:00 committed by Xiang Xiao
parent 6031e06ff2
commit 0bfacf4d12

View File

@ -76,7 +76,7 @@
/* thrd_start_t: function pointer type passed to thrd_create */
typedef CODE int (*thrd_start_t)(FAR void *arg)
typedef CODE int (*thrd_start_t)(FAR void *arg);
/* mtx_t : mutex identifier */