summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_vg.c
diff options
context:
space:
mode:
Diffstat (limited to 'liblvm/lvm_vg.c')
-rw-r--r--liblvm/lvm_vg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblvm/lvm_vg.c b/liblvm/lvm_vg.c
index 20aeb4f3..99558c74 100644
--- a/liblvm/lvm_vg.c
+++ b/liblvm/lvm_vg.c
@@ -332,7 +332,7 @@ uint64_t lvm_vg_get_max_lv(const vg_t vg)
const char *lvm_vg_get_uuid(const vg_t vg)
{
- char uuid[64] __attribute((aligned(8)));
+ char uuid[64] __attribute__((aligned(8)));
if (!id_write_format(&vg->id, uuid, sizeof(uuid))) {
log_error(INTERNAL_ERROR "Unable to convert uuid");