summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-01-21 01:38:30 +0000
committersmatz <smatz@openttd.org>2011-01-21 01:38:30 +0000
commit656caf16dbf2010fc742b1dfabcf317f2ab19748 (patch)
tree0c86433a178c72303ca22b19079d71c656ee7e75 /src/vehicle_gui.cpp
parent1ac51128f5524023c124873b76c3c7d17830e8a7 (diff)
downloadopenttd-656caf16dbf2010fc742b1dfabcf317f2ab19748.tar.xz
(svn r21875) -Codechange: indentation of some comments was wrong
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index 98d5ad95d..e7f073ade 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -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());