From 200769b6c0dff6863089ea2a9ff4ea9ccbd15d0f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 17 Dec 2018 11:05:23 +0100 Subject: libblkid: (bluestore) terminate magic strings array Signed-off-by: Karel Zak --- libblkid/src/superblocks/bluestore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libblkid') diff --git a/libblkid/src/superblocks/bluestore.c b/libblkid/src/superblocks/bluestore.c index 24c56f24a..318aa9fd1 100644 --- a/libblkid/src/superblocks/bluestore.c +++ b/libblkid/src/superblocks/bluestore.c @@ -49,6 +49,7 @@ const struct blkid_idinfo bluestore_idinfo = .probefunc = probe_bluestore, .magics = { - { .magic = "bluestore block device", .len = 22 } + { .magic = "bluestore block device", .len = 22 }, + { NULL } } }; -- cgit v1.2.3-55-g7522