diff options
Diffstat (limited to 'src/common/linux')
-rw-r--r-- | src/common/linux/guid_creator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/linux/guid_creator.cc b/src/common/linux/guid_creator.cc index d6d4a5bb..d133c6b0 100644 --- a/src/common/linux/guid_creator.cc +++ b/src/common/linux/guid_creator.cc @@ -64,7 +64,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) { |