Common: asterisks go against the type name

not the variable name
This commit is contained in:
mathieui 2016-01-21 20:46:25 +01:00
commit 78aa398e7c
22 changed files with 44 additions and 44 deletions

View file

@ -41,4 +41,4 @@ enum AccessType
OP_ACCESS_WRITE = 1
};
bool DisassembleMov(const unsigned char *codePtr, InstructionInfo *info);
bool DisassembleMov(const unsigned char* codePtr, InstructionInfo *info);