aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ctype.c b/src/lj_ctype.c
index cb60dbbc..93f63140 100644
--- a/src/lj_ctype.c
+++ b/src/lj_ctype.c
@@ -450,8 +450,8 @@ static void ctype_repr(CTRepr *ctr, CTypeID id)
450 ctr->needsp = 1; 450 ctr->needsp = 1;
451 break; 451 break;
452 case CT_ARRAY: 452 case CT_ARRAY:
453 ctr->needsp = 1;
454 if (ctype_isrefarray(info)) { 453 if (ctype_isrefarray(info)) {
454 ctr->needsp = 1;
455 if (ptrto) { ptrto = 0; ctype_prepc(ctr, '('); ctype_appc(ctr, ')'); } 455 if (ptrto) { ptrto = 0; ctype_prepc(ctr, '('); ctype_appc(ctr, ')'); }
456 ctype_appc(ctr, '['); 456 ctype_appc(ctr, '[');
457 if (size != CTSIZE_INVALID) { 457 if (size != CTSIZE_INVALID) {