summaryrefslogtreecommitdiff
path: root/depot.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-11-14 11:01:59 +0000
committertron <tron@openttd.org>2006-11-14 11:01:59 +0000
commit55d6c98f891f219c3118baa5fef6ea05ebe79800 (patch)
tree03b72d44c645f872c19a8938d8f5d5cc45fade6e /depot.h
parent2b034d9b5b1dab9d504840a975ec14f0fb54123a (diff)
downloadopenttd-55d6c98f891f219c3118baa5fef6ea05ebe79800.tar.xz
(svn r7145) Remove extra semicolons
Diffstat (limited to 'depot.h')
-rw-r--r--depot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/depot.h b/depot.h
index c3805ef5f..0c69ab700 100644
--- a/depot.h
+++ b/depot.h
@@ -17,7 +17,7 @@ struct Depot {
DepotID index;
};
-DECLARE_POOL(Depot, Depot, 3, 8000);
+DECLARE_POOL(Depot, Depot, 3, 8000)
/**
* Check if a depot really exists.