1
0
Fork 0

DBG: fixed a compile error

This commit is contained in:
Mr. eXoDia 2014-07-07 00:05:46 +02:00
parent 852275bad5
commit 9ade0e3933
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ static bool _patchinrange(duint start, duint end)
static bool _mempatch(duint va, const unsigned char* src, duint size)
{
return mempatch(fdProcessInfo->hProcess, (void*)va, src, size, 0);
return ret;
}
static void _patchrestorerange(duint start, duint end)