1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

tools/: rename free_edit to free_edits

Makes it clearer that it's not about freeing just a single edit record.
This commit is contained in:
Werner Almesberger
2012-11-01 19:06:58 -03:00
parent 1e7fb38c04
commit cf8c7f754d
3 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ static void *generate(const char *path)
fprintf(stderr, "%s\n", err);
exit(1);
}
free_edit(edits);
free_edits(edits);
return res;
}