Browse Source

Fix typo

SVN-Revision: 10084
Florian Fainelli 18 years ago
parent
commit
162f0194a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/download.mk

+ 1 - 0
include/download.mk

@@ -16,6 +16,7 @@ $(strip \
         $(if $(filter svn://%,$(1)),svn, \
           $(if $(filter cvs://%,$(1)),cvs, \
             unknown \
+	  ) \
         ) \
       ) \
     ) \