diff options
Diffstat (limited to 'librpc/idl/nbt.idl')
-rw-r--r-- | librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index 165a55cfa0..246dfeb7c4 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -25,7 +25,7 @@ interface nbt NBT_FLAG_RECURSION_AVAIL = 0x0080, NBT_FLAG_RECURSION_DESIRED = 0x0100, NBT_FLAG_TRUNCATION = 0x0200, - NBT_FLAG_AUTHORITIVE = 0x0400, + NBT_FLAG_AUTHORITATIVE = 0x0400, NBT_OPCODE = 0x7800, NBT_FLAG_REPLY = 0x8000 } nbt_operation; |