mirror of https://github.com/x64dbg/zydis
Minor cosmetic changes
This commit is contained in:
parent
0e60679470
commit
c596748158
|
@ -133,6 +133,7 @@ enum ZydisRegisterClasses
|
|||
* @brief Bound registers.
|
||||
*/
|
||||
ZYDIS_REGCLASS_BOUND,
|
||||
|
||||
/**
|
||||
* @brief Maximum value of this enum.
|
||||
*/
|
||||
|
|
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue