Minor cosmetic changes

This commit is contained in:
flobernd 2018-02-26 21:57:53 +01:00
parent 0e60679470
commit c596748158
No known key found for this signature in database
GPG Key ID: 9C3AE0ED4A969F10
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ enum ZydisRegisterClasses
* @brief Bound registers.
*/
ZYDIS_REGCLASS_BOUND,
/**
* @brief Maximum value of this enum.
*/

View File

@ -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).
*/