1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 11:39:11 +00:00

(svn r241) -Fix: Trailing spaces :O

This commit is contained in:
darkvater
2004-09-13 23:43:54 +00:00
parent bb2f8d8d1a
commit 72457bac0d
6 changed files with 6 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ void DrawGraph(GraphDrawer *gw)
int64 cur_val;
uint sel;
/* the colors and cost array of GraphDrawer must accomodate
/* the colors and cost array of GraphDrawer must accomodate
* both values for cargo and players. So if any are higher, quit */
assert(GRAPH_NUM >= NUM_CARGO && GRAPH_NUM >= MAX_PLAYERS);