Fix build break for 64-bit compilation.
A=Gregory Dardyk R=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@452 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
f7f9dfcab6
commit
e4ffacd0d8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ enum MessageTag {
|
|||
|
||||
struct CustomClientInfo {
|
||||
const CustomInfoEntry* entries;
|
||||
int count;
|
||||
size_t count;
|
||||
};
|
||||
|
||||
// Message structure for IPC between crash client and crash server.
|
||||
|
|
Loading…
Reference in a new issue