From 99b3da1e8cc7ac6279c18b6055ba1d2a4df2b307 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Nov 2017 08:17:15 -0500 Subject: struct mdso_unit_ctx: stype member: removed duplicate const declaration. --- include/mdso/mdso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 387e771..ee3868f 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -124,7 +124,7 @@ struct mdso_unit_ctx { const struct mdso_input * map; const struct mdso_common_ctx * cctx; const char * const * syms; - const int const * stype; + const int * stype; void * any; }; -- cgit v1.2.3