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:
nealsid 2009-12-17 23:00:12 +00:00
parent f7f9dfcab6
commit e4ffacd0d8

View file

@ -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.