Fixed broken enum typedef

This commit is contained in:
Joel Höner 2016-11-29 04:09:41 +01:00
parent cb333fffef
commit e655e8a1b8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ typedef uint8_t ZydisFormatterAddressFormat;
/** /**
* @brief Values that represent address-formats. * @brief Values that represent address-formats.
*/ */
enum ZydisFormatterAddressFormat enum ZydisFormatterAddressFormat_
{ {
/** /**
* @brief Currently defaults to @c ZYDIS_FORMATTER_ADDR_ABSOLUTE. * @brief Currently defaults to @c ZYDIS_FORMATTER_ADDR_ABSOLUTE.