mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 04:04:20 +01:00
solaris: fix spurious ;
As reported in the issue tracker, building on Solaris 8 fails: .../src/common/solaris/guid_creator.cc:69: error: extra `;' BUG=google-breakpad:251 R=ted.mielczarek@gmail.com Review URL: https://codereview.chromium.org/1333243002 .
This commit is contained in:
parent
a057bc5d3e
commit
1dcec01445
@ -66,7 +66,7 @@ const GUIDGenerator kGuidGenerator;
|
||||
|
||||
bool CreateGUID(GUID *guid) {
|
||||
return kGuidGenerator.CreateGUID(guid);
|
||||
};
|
||||
}
|
||||
|
||||
// Parse guid to string.
|
||||
bool GUIDToString(const GUID *guid, char *buf, int buf_len) {
|
||||
|
Loading…
Reference in New Issue
Block a user