]> git.saurik.com Git - android/aapt.git/commitdiff
Fix typo. It's "picasa", not "picassa".
authorraphael <alf@google.com>
Tue, 28 Oct 2008 21:44:31 +0000 (14:44 -0700)
committerraphael <alf@google.com>
Tue, 28 Oct 2008 21:44:31 +0000 (14:44 -0700)
AaptAssets.cpp

index d07e4de565fe6f17ec093d583e5aca51e92db372..aa0575a7ffbc44928b64397a1ebc68c527744867 100644 (file)
@@ -78,7 +78,7 @@ static bool isHidden(const char *root, const char *path)
         // Skip CVS but don't chatter about it.
         return true;
     } else if (strcasecmp(path, "thumbs.db") == 0
-               || strcasecmp(path, "picassa.ini") == 0) {
+               || strcasecmp(path, "picasa.ini") == 0) {
         // Skip suspected image indexes files.
         type = "index";
     } else if (path[strlen(path)-1] == '~') {