report.c is next

This commit is contained in:
Enno Rehling 2018-10-26 14:00:48 +02:00
parent 0ac3dc5ead
commit 6007628096
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ report_template(const char *filename, report_context * ctx, const char *bom)
}
static void
show_allies(const faction * f, const ally * allies, char *buf, size_t size)
show_allies(const faction * f, struct ally * allies, char *buf, size_t size)
{
int allierte = 0;
int i = 0, h, hh = 0;