aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/chthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chthreads.c b/src/chthreads.c
index a63f5721b..56ab4969e 100644
--- a/src/chthreads.c
+++ b/src/chthreads.c
@@ -79,7 +79,7 @@ void _InitThread(t_prio prio, t_tmode mode, Thread *tp) {
* returning from its main function.
*/
Thread *chThdCreate(t_prio prio, t_tmode mode, void *workspace,
- t_size wsize, t_tfunc pf, void *arg) {
+ t_size wsize, t_tfunc pf, void *arg) {
Thread *tp = workspace;
_InitThread(prio, mode, tp);