X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fsecurity.h;h=490a7c337ebd21ac1e10d760eb4f512175f6edfb;hb=cf97788e31c037aa36db9c62fcf44c36f806362e;hp=77e72d65a1de9c36fd60dc49cea8a189cd1da619;hpb=885632f08c75c1d7bb5d25436231c78f6ad7e0c0;p=wimlib diff --git a/src/security.h b/src/security.h index 77e72d65..490a7c33 100644 --- a/src/security.h +++ b/src/security.h @@ -135,7 +135,7 @@ enum ace_type { /* At the start of each type of access control entry. */ typedef struct { /* enum ace_type, specifies what type of ACE this is. */ - u8 type; + u8 type; /* bitwise OR of the inherit ACE flags #defined above */ u8 flags;