diff --git a/tree_cmd.c b/tree_cmd.c --- a/tree_cmd.c +++ b/tree_cmd.c @@ -315,7 +315,7 @@ static void DrawTile_Trees(TileInfo *ti) } while (i); /* draw them in a sorted way */ - for(;;) { + for (;;) { byte min = 0xFF; TreeListEnt *tep = NULL;