diff options
author | midipix <writeonce@midipix.org> | 2017-11-09 08:17:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-09 09:08:31 -0500 |
commit | 99b3da1e8cc7ac6279c18b6055ba1d2a4df2b307 (patch) | |
tree | 0b38236227a6e76fb624198b6de0d6d3582baddd /include | |
parent | e4f89ddfcaae2a3760f7eb5cad7f88581a72ff0d (diff) | |
download | mdso-99b3da1e8cc7ac6279c18b6055ba1d2a4df2b307.tar.bz2 mdso-99b3da1e8cc7ac6279c18b6055ba1d2a4df2b307.tar.xz |
struct mdso_unit_ctx: stype member: removed duplicate const declaration.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |