From 0b2068db8c0e5849db0d65bbc57882936e93ef39 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 16 Oct 2007 14:07:09 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@55 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chthreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chthreads.c') 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); -- cgit v1.2.3