gcc ist pingelig

This commit is contained in:
Enno Rehling 2017-07-17 17:22:01 +02:00
parent 233ea9dce4
commit aa2c13cffa
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ void test_prepare_lighthouse_capacity(CuTest *tc) {
CuAssertIntEquals(tc, seen_neighbour, r2->seen.mode);
finish_reports(&ctx);
// lighthouse capacity is # of units, not people:
/* lighthouse capacity is # of units, not people: */
config_set_int("rules.lighthouse.unit_capacity", 1);
prepare_report(&ctx, u2->faction);
CuAssertPtrEquals(tc, r1, ctx.first);