fixed an issume of producing a wrong closing bracket for a dictionary objecT

This commit is contained in:
hyung-hwan 2018-04-06 08:55:23 +00:00
parent e41a02b957
commit 913883f31a

View File

@ -704,7 +704,7 @@ done:
goto resume_dic; goto resume_dic;
case PRINT_STACK_DIC_END: case PRINT_STACK_DIC_END:
if (outbfmt(hcl, mask, closing_parens[HCL_CONCODE_BYTEARRAY][json]) <= -1) return -1; if (outbfmt(hcl, mask, closing_parens[HCL_CONCODE_DIC][json]) <= -1) return -1;
break; break;
default: default: