(svn r21875) -Codechange: indentation of some comments was wrong

This commit is contained in:
smatz
2011-01-21 01:38:30 +00:00
parent 1ac51128f5
commit 656caf16db
6 changed files with 13 additions and 13 deletions

View File

@@ -1416,7 +1416,7 @@ public:
case VL_SHARED_ORDERS: // Shared Orders
if (this->vehicles.Length() == 0) {
/* We can't open this window without vehicles using this order
* and we should close the window when deleting the order */
* and we should close the window when deleting the order. */
NOT_REACHED();
}
SetDParam(0, this->vscroll->GetCount());