summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-06-09 08:26:22 +0000
committerpeter1138 <peter1138@openttd.org>2006-06-09 08:26:22 +0000
commit931b7dab7ba6b06eb802e41d1bc223a164690526 (patch)
treeafbaa26d6f2cc31cd71441e0baf65912c1af32a4 /command.c
parent67ce8b9ea0962b306aabda67283675bfa71e0485 (diff)
downloadopenttd-931b7dab7ba6b06eb802e41d1bc223a164690526.tar.xz
(svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 18656a52e..9749c8e85 100644
--- a/command.c
+++ b/command.c
@@ -301,7 +301,7 @@ static const Command _command_proc_table[] = {
{CmdGiveMoney, 0}, /* 113 */
{CmdChangePatchSetting, CMD_SERVER}, /* 114 */
{CmdReplaceVehicle, 0}, /* 115 */
- {CmdCloneVehicle, 0}, /* 116 */
+ {CmdCloneVehicle, 0}, /* 116 */
};
/* This function range-checks a cmd, and checks if the cmd is not NULL */