Fixed the typo in the struct name r_lib_struct_t (#12944)

This commit is contained in:
Deepak Chethan 2019-01-29 22:45:26 +05:30 committed by Maijin
parent 254c33c466
commit 786529b434

View File

@ -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