(svn r17963) -Codechange: some documentation style

This commit is contained in:
rubidium
2009-11-03 17:30:08 +00:00
parent 1bc11b299f
commit 318c2fad7c
7 changed files with 20 additions and 20 deletions

View File

@@ -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) {