Debug
[tpg/acess2.git] / Kernel / vfs / acls.c
index 9ef4676..9c81c38 100644 (file)
@@ -65,7 +65,9 @@ int VFS_GetACL(int FD, tVFS_ACL *Dest)
        tVFS_Handle     *h = VFS_GetHandle(FD);
        
        // Error check
-       if(!h)  return -1;
+       if(!h) {
+               return -1;
+       }
        
        // Root can do anything
        if(Dest->Group == 0 && Dest->ID == 0) {

UCC git Repository :: git.ucc.asn.au