loop: fix typo in LoopInfo member
This commit is contained in:
parent
2d6fa9564c
commit
977f0a465b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class LoopInfo(ctypes.Structure):
|
|||
('lo_flags', ctypes.c_uint32),
|
||||
('lo_file_name', ctypes.c_uint8 * 64),
|
||||
('lo_crypt_name', ctypes.c_uint8 * 64),
|
||||
('lo_encrypet_key', ctypes.c_uint8 * 32),
|
||||
('lo_encrypt_key', ctypes.c_uint8 * 32),
|
||||
('lo_init', ctypes.c_uint64 * 2)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue