summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
committerrubidium <rubidium@openttd.org>2009-11-03 17:30:08 +0000
commitd79439fb3c7798c2ec993acc9cfb5602b9d6a82c (patch)
tree807690f133385b8ba647eeea77bef2c128edd3bc /src/graph_gui.cpp
parentb211e0d5f5a402665ed5178397e996deb12b0f85 (diff)
downloadopenttd-d79439fb3c7798c2ec993acc9cfb5602b9d6a82c.tar.xz
(svn r17963) -Codechange: some documentation style
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index cd6351e61..f52b64e01 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -1101,7 +1101,7 @@ struct PerformanceRatingDetailWindow : Window {
if (score_type == SCORE_LOAN) val = needed - val;
/* Draw the amount we have against what is needed
- * For some of them it is in currency format */
+ * For some of them it is in currency format */
SetDParam(0, val);
SetDParam(1, needed);
switch (score_type) {