summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile.h b/tile.h
index 4dc3218cd..11607ce39 100644
--- a/tile.h
+++ b/tile.h
@@ -127,4 +127,4 @@ static inline bool IsTileOwner(TileIndex tile, Owner owner)
return GetTileOwner(tile) == owner;
}
-#endif
+#endif /* TILE_H */