From 786529b4349c09df442631d8922b5a33981d37dc Mon Sep 17 00:00:00 2001 From: Deepak Chethan Date: Tue, 29 Jan 2019 22:45:26 +0530 Subject: [PATCH] Fixed the typo in the struct name r_lib_struct_t (#12944) --- libr/anal/p/anal_h8300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/anal/p/anal_h8300.c b/libr/anal/p/anal_h8300.c index 1d93505bf5..6c438b74f0 100644 --- a/libr/anal/p/anal_h8300.c +++ b/libr/anal/p/anal_h8300.c @@ -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