diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/uuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/uuid.h b/src/common/uuid.h index 042f00de9..f58ceee49 100644 --- a/src/common/uuid.h +++ b/src/common/uuid.h @@ -82,7 +82,7 @@ struct UUID { */ static constexpr UUID MakeDefault() { return UUID{ - {'y', 'u', 'z', 'u', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, + {'c', 'i', 't', 'r', ' ', 'D', 'e', 'f', 'a', 'u', 'l', 't', ' ', 'U', 'I', 'D'}, }; } |