summaryrefslogtreecommitdiff
path: root/graph_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-13 23:43:54 +0000
committerdarkvater <darkvater@openttd.org>2004-09-13 23:43:54 +0000
commit72457bac0dd4d20e98a1f7d537316f34a2ec5844 (patch)
tree12c3cf4efc4c5cd741f8686c68df2dcb3f93b04a /graph_gui.c
parentbb2f8d8d1abf3ed4951eea13361d64127e4a6b8c (diff)
downloadopenttd-72457bac0dd4d20e98a1f7d537316f34a2ec5844.tar.xz
(svn r241) -Fix: Trailing spaces :O
Diffstat (limited to 'graph_gui.c')
-rw-r--r--graph_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c
index da33c0e72..3147f3559 100644
--- a/graph_gui.c
+++ b/graph_gui.c
@@ -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);