mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 06:40:33 +00:00
Fixed the typo in the struct name r_lib_struct_t (#12944)
This commit is contained in:
parent
254c33c466
commit
786529b434
@ -737,7 +737,7 @@ RAnalPlugin r_anal_plugin_h8300 = {
|
||||
};
|
||||
|
||||
#ifndef CORELIB
|
||||
struct r_lib_sturct_t radare_plugin = {
|
||||
struct r_lib_struct_t radare_plugin = {
|
||||
.type = R_LIB_TYPE_ANAL,
|
||||
.data = &r_anal_plugin_h8300,
|
||||
.version = R2_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user