Fix a typo.
PR: 205722
This commit is contained in:
parent
f2b2e77a41
commit
06ddd0b7ac
@ -107,5 +107,5 @@ uuid_to_string(const uuid_t *u, char **s, uint32_t *status)
|
||||
tohex(&w, 2, u->node[3]);
|
||||
tohex(&w, 2, u->node[4]);
|
||||
tohex(&w, 2, u->node[5]);
|
||||
*w++ - '\0';
|
||||
*w++ = '\0';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user