fix typo in code

This commit is contained in:
Antoine Grimod 2023-01-09 21:11:38 +01:00
parent 23e234732f
commit 42cbc6ddaf

View File

@ -95,7 +95,7 @@ let cp_state_frees fmt (iprog, sts) =
then then
Format.fprintf fmt "\tif (st->aux_states[%d]) {\n\ Format.fprintf fmt "\tif (st->aux_states[%d]) {\n\
\t\tfree_state_%s((t_state_%s*)(st->aux_states[%d]));\n\ \t\tfree_state_%s((t_state_%s*)(st->aux_states[%d]));\n\
\t\tfree (st->aux_state[%d]);\n\t}\n%a" \t\tfree (st->aux_states[%d]);\n\t}\n%a"
idx callee_name callee_name idx idx callee_name callee_name idx
idx cp_free_aux (i+1, caller_name) idx cp_free_aux (i+1, caller_name)
else Format.fprintf fmt "\tif (st->aux_states[%d])\n\ else Format.fprintf fmt "\tif (st->aux_states[%d])\n\