OSDN Git Service

* src/lhext.c (adjust_info): mismatched braces.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Tue, 28 May 2002 19:33:17 +0000 (19:33 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Tue, 28 May 2002 19:33:17 +0000 (19:33 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@160 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/lhext.c

index e63c000..1047b96 100644 (file)
@@ -189,10 +189,9 @@ adjust_info(name, hdr)
 #if HAVE_LCHOWN
                        if ((hdr->unix_mode & UNIX_FILE_TYPEMASK) == UNIX_FILE_SYMLINK)
                                lchown(name, uid, gid);
-                       else {
+                       else
 #endif /* HAVE_LCHWON */
                                chown(name, uid, gid);
-            }
                }
                errno = 0;
        }