cleaned up the cli

This commit is contained in:
cozis
2022-05-05 18:36:36 +02:00
parent 8d37a120d3
commit 0383d9494f
5 changed files with 128 additions and 41 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ int main()
"}\n";
char *html = c2html(c, strlen(c), table_mode, prefix, NULL);
/* .. check for errors .. */
printf("%s\n", html);
free(html);
return 0;
}
}