summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2016-01-09 08:02:35 +0000
committerae <ae@FreeBSD.org>2016-01-09 08:02:35 +0000
commit258e30c8e446e79763a92c76fc20e23133c2c714 (patch)
tree36f648b0849cc066a6ac223c2313597a8f7d37a5 /lib
parent334ff06bcef619c89e6500848accdb1340289f83 (diff)
downloadFreeBSD-src-258e30c8e446e79763a92c76fc20e23133c2c714.zip
FreeBSD-src-258e30c8e446e79763a92c76fc20e23133c2c714.tar.gz
Fix a typo.
PR: 205722
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/uuid_to_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/uuid_to_string.c b/lib/libstand/uuid_to_string.c
index efe921c..418e8dc 100644
--- a/lib/libstand/uuid_to_string.c
+++ b/lib/libstand/uuid_to_string.c
@@ -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';
}
OpenPOWER on IntegriCloud