style: rename cleanup_caret as caret_free

* src/location.c, src/location.h, src/main.c: here.
This commit is contained in:
Akim Demaille
2019-02-14 08:38:33 +01:00
parent 8654fca058
commit dbdf2878ab
3 changed files with 3 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ main (int argc, char *argv[])
timevar_stop (tv_total);
timevar_print (stderr);
cleanup_caret ();
caret_free ();
/* Fix input file now, even if there are errors: that's less
warnings in the following runs. */