From e655e8a1b80182d3635ce3dbba5eadd54e2b4b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Tue, 29 Nov 2016 04:09:41 +0100 Subject: [PATCH] Fixed broken enum typedef --- include/Zydis/Formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Zydis/Formatter.h b/include/Zydis/Formatter.h index 649229f..91161a2 100644 --- a/include/Zydis/Formatter.h +++ b/include/Zydis/Formatter.h @@ -87,7 +87,7 @@ typedef uint8_t ZydisFormatterAddressFormat; /** * @brief Values that represent address-formats. */ -enum ZydisFormatterAddressFormat +enum ZydisFormatterAddressFormat_ { /** * @brief Currently defaults to @c ZYDIS_FORMATTER_ADDR_ABSOLUTE.