fix typo in code
This commit is contained in:
parent
23e234732f
commit
42cbc6ddaf
@ -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\
|
||||||
|
Loading…
Reference in New Issue
Block a user