| 85:4bf793d93ddf | 86:c41ab60fd27a |
|---|---|
| 114 | 114 |
| 115 /* invoke the other function */ | 115 /* invoke the other function */ |
| 116 size_t n = c2html_format(lines, outbuf, wfnc, highlighter, showln); | 116 size_t n = c2html_format(lines, outbuf, wfnc, highlighter, showln); |
| 117 | 117 |
| 118 /* cleanup and return */ | 118 /* cleanup and return */ |
| 119 cxListDestroy(lines); | 119 cxListFree(lines); |
| 120 return n; | 120 return n; |
| 121 } | 121 } |