diff --git a/include/Zydis/Register.h b/include/Zydis/Register.h index 06a7c58..56bef82 100644 --- a/include/Zydis/Register.h +++ b/include/Zydis/Register.h @@ -133,6 +133,7 @@ enum ZydisRegisterClasses * @brief Bound registers. */ ZYDIS_REGCLASS_BOUND, + /** * @brief Maximum value of this enum. */ diff --git a/include/Zydis/String.h b/include/Zydis/String.h index ea09f9d..31ebaa1 100644 --- a/include/Zydis/String.h +++ b/include/Zydis/String.h @@ -47,7 +47,7 @@ typedef struct ZydisString_ /** * @brief The buffer that contains the actual string (0-termination is optional!). */ - char *buffer; + char* buffer; /** * @brief The length of the string (without 0-termination). */