summaryrefslogtreecommitdiff
path: root/tests/test-5.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-5.c')
-rw-r--r--tests/test-5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-5.c b/tests/test-5.c
index 0f5000b..f8dfa99 100644
--- a/tests/test-5.c
+++ b/tests/test-5.c
@@ -14,7 +14,7 @@
void *
thr (void *arg)
{
- * (int *)0 = 0;
+ *(int *) 0 = 0;
return 0;
}