mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 20:20:54 +00:00
Fix another typo (int -> id for captured_obj).
llvm-svn: 134998
This commit is contained in:
parent
30317fda63
commit
c2800aab7b
@ -476,7 +476,7 @@ struct _block_byref_obj {
|
||||
int size;
|
||||
void (*byref_keep)(struct _block_byref_i *dst, struct _block_byref_i *src);
|
||||
void (*byref_dispose)(struct _block_byref_i *);
|
||||
int captured_obj;
|
||||
id captured_obj;
|
||||
};
|
||||
|
||||
void _block_byref_obj_keep(struct _block_byref_voidBlock *dst, struct _block_byref_voidBlock *src) {
|
||||
|
Loading…
Reference in New Issue
Block a user