summaryrefslogtreecommitdiff
path: root/tree_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree_cmd.c')
-rw-r--r--tree_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_cmd.c b/tree_cmd.c
index 2863061cb..19cfab66b 100644
--- 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;