summaryrefslogtreecommitdiff
path: root/cts/mutex/th.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/mutex/th.c')
-rw-r--r--cts/mutex/th.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/mutex/th.c b/cts/mutex/th.c
index 9cbbd8badb..3e9a8ca7c2 100644
--- a/cts/mutex/th.c
+++ b/cts/mutex/th.c
@@ -23,7 +23,7 @@ static struct mutex mtx;
int mutex_random_task(void *unused)
{
- char letter = 'A'+(TASK_ID_MTX3A - task_get_current());
+ char letter = 'A' + (TASK_ID_MTX3A - task_get_current());
/* wait to be activated */
while (1) {