From c596748158c06d8b7b9875b11b5ff020ca045050 Mon Sep 17 00:00:00 2001 From: flobernd Date: Mon, 26 Feb 2018 21:57:53 +0100 Subject: [PATCH] Minor cosmetic changes --- include/Zydis/Register.h | 1 + include/Zydis/String.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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). */