dwarves: Add a newline to __tag__id_not_found_fprintf output

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2009-09-14 17:55:20 -03:00
parent 5be2291b14
commit f001b9f688
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ struct tag *tag__follow_typedef(const struct tag *tag, const struct cu *cu)
size_t __tag__id_not_found_fprintf(FILE *fp, uint16_t id,
const char *fn, int line)
{
return fprintf(fp, "<ERROR(%s:%d): %d not found!>", fn, line, id);
return fprintf(fp, "<ERROR(%s:%d): %d not found!>\n", fn, line, id);
}
static struct base_type_name_to_size {