diff options
Diffstat (limited to 'applypatch/utils.h')
-rw-r--r-- | applypatch/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applypatch/utils.h b/applypatch/utils.h index d6d6f1d3e..bc97f1720 100644 --- a/applypatch/utils.h +++ b/applypatch/utils.h @@ -23,8 +23,8 @@ void Write4(int value, FILE* f); void Write8(long long value, FILE* f); -int Read2(unsigned char* p); -int Read4(unsigned char* p); -long long Read8(unsigned char* p); +int Read2(void* p); +int Read4(void* p); +long long Read8(void* p); #endif // _BUILD_TOOLS_APPLYPATCH_UTILS_H |