forked from github/server
report.c is next
This commit is contained in:
parent
0ac3dc5ead
commit
6007628096
1 changed files with 1 additions and 1 deletions
|
@ -1511,7 +1511,7 @@ report_template(const char *filename, report_context * ctx, const char *bom)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
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 allierte = 0;
|
||||||
int i = 0, h, hh = 0;
|
int i = 0, h, hh = 0;
|
||||||
|
|
Loading…
Reference in a new issue