diff options
-rw-r--r-- | src/common/solaris/guid_creator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/solaris/guid_creator.cc b/src/common/solaris/guid_creator.cc index c4d58e0a..e9e6c6f5 100644 --- a/src/common/solaris/guid_creator.cc +++ b/src/common/solaris/guid_creator.cc @@ -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) { |