]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
improve tests
[apt.git] / apt-pkg / sourcelist.cc
index 99cdbe03080b6bdd95bf2a284e8ac78e98add3f0..35e13b6f5ec9c05b385e6863ccd5bd12fd62a61b 100644 (file)
@@ -342,7 +342,8 @@ bool pkgSourceList::ParseFileDeb822(string File)
 
       // check if there are any options we support
       const char* option_str[] = { 
-         "arch", "arch+", "arch-", "trusted" };
+         "arch", "arch+", "arch-", "trusted",
+      };
       for (unsigned int j=0; j < sizeof(option_str)/sizeof(char*); j++)
          if (Tags.Exists(option_str[j]))
             Options[option_str[j]] = Tags.FindS(option_str[j]);