summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-30 19:49:56 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-30 19:49:56 +0000
commitd4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4 (patch)
treead6af3eb6b89aa4878945b0e1c6704d3c88952e2 /maps
parentfb3c5c3c5ab32177e2827f22ad0751afd168a358 (diff)
downloadclientdata-d4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4.tar.gz
clientdata-d4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4.tar.bz2
clientdata-d4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4.tar.xz
clientdata-d4b26d1ea7ae22db9ddb4822ff3ac0daf32e3ea4.zip
Fixed small trailing slash issue.
Diffstat (limited to 'maps')
-rw-r--r--maps/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/maps/Makefile.am b/maps/Makefile.am
index 045fdc63..ab5a0e40 100644
--- a/maps/Makefile.am
+++ b/maps/Makefile.am
@@ -19,8 +19,7 @@ map_DATA = \
new_15-1.tmx.gz \
new_16-1.tmx.gz \
new_17-1.tmx.gz \
- new_18-1.tmx.gz \
-
+ new_18-1.tmx.gz
EXTRA_DIST = \
- $(map_DATA) \ No newline at end of file
+ $(map_DATA)