mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 23:31:26 +00:00
Remove erringly written semicolon in structure
This commit is contained in:
parent
4d064d7733
commit
6204f2a59d
@ -397,7 +397,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
ut16 class_info_idx;
|
||||
RBinJavaCPTypeObj *class_info_cp_obj;;
|
||||
RBinJavaCPTypeObj *class_info_cp_obj;
|
||||
} RBinJavaClassInfoValue;
|
||||
|
||||
typedef struct r_bin_java_element_value_ary_t{
|
||||
|
Loading…
x
Reference in New Issue
Block a user