diff -r 31570b766315 -r ed5a6478e710 misc/libphysfs/archiver_unpacked.c --- a/misc/libphysfs/archiver_unpacked.c Tue Nov 10 18:16:35 2015 +0100 +++ b/misc/libphysfs/archiver_unpacked.c Tue Nov 10 20:43:13 2015 +0100 @@ -200,7 +200,7 @@ rc = -1; else if (ch > '/') rc = 1; - else + else { if (stop_on_first_find) /* Just checking dir's existance? */ return middle; @@ -293,7 +293,7 @@ /* * This will find the UNPKentry associated with a path in platform-independent - * notation. Directories don't have UNPKentries associated with them, but + * notation. Directories don't have UNPKentries associated with them, but * (*isDir) will be set to non-zero if a dir was hit. */ static UNPKentry *findEntry(const UNPKinfo *info, const char *path, int *isDir)