Consistency

This commit is contained in:
Aurora Wright 2017-05-07 23:49:49 +02:00
parent 6de167467f
commit 540c0df918

View File

@ -9,7 +9,7 @@
static CFWInfo info;
static u32 patchMemory(u8 *start, u32 size, const void *pattern, u32 patSize, int offset, const void *replace, u32 repSize, u32 count)
static u32 patchMemory(u8 *start, u32 size, const void *pattern, u32 patSize, s32 offset, const void *replace, u32 repSize, u32 count)
{
u32 i;