Index: src/common/solaris/guid_creator.cc |
diff --git a/src/common/solaris/guid_creator.cc b/src/common/solaris/guid_creator.cc |
index c4d58e0aaea171811cfbbc3df7d91fd663cf34b7..e9e6c6f5d2b0330d575256ac9a8b9b57707ad311 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) { |