aboutsummaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-01-02 15:18:24 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-01-02 15:18:24 +0000
commitcbd197015c303fa23ddab90ddf55c6ac5098afd4 (patch)
tree5b3111f4b6a85b9a182380e7fabbacf241dedbd7 /include/download.mk
parent1c37815b8870101c51db7688544bd6efba871ce9 (diff)
downloadmaster-187ad058-cbd197015c303fa23ddab90ddf55c6ac5098afd4.tar.gz
master-187ad058-cbd197015c303fa23ddab90ddf55c6ac5098afd4.tar.bz2
master-187ad058-cbd197015c303fa23ddab90ddf55c6ac5098afd4.zip
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10084 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/download.mk b/include/download.mk
index b93b774b97..0558d4979e 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -16,6 +16,7 @@ $(strip \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \
unknown \
+ ) \
) \
) \
) \