summaryrefslogtreecommitdiff
path: root/libcr_ipc/tests/test_rwmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcr_ipc/tests/test_rwmutex.c')
-rw-r--r--libcr_ipc/tests/test_rwmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/tests/test_rwmutex.c b/libcr_ipc/tests/test_rwmutex.c
index 77e8c7c..e79e779 100644
--- a/libcr_ipc/tests/test_rwmutex.c
+++ b/libcr_ipc/tests/test_rwmutex.c
@@ -12,7 +12,7 @@
#include "test.h"
cr_rwmutex_t mu = {};
-char out[10] = {0};
+char out[10] = {};
size_t len = 0;
COROUTINE cr1_reader(void *_mu) {