From f00ef754770ffb1ca72b01b4d40ca732a6de3f19 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sun, 28 Aug 2016 01:06:35 -0700 Subject: ntfs-3g: Fix compilation warning Change-Id: I02f9d92955b4fcd873fb6f70c293856e68545b44 --- libntfs-3g/unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/unistr.c b/libntfs-3g/unistr.c index 5854b3b7..f890817a 100644 --- a/libntfs-3g/unistr.c +++ b/libntfs-3g/unistr.c @@ -1332,7 +1332,7 @@ void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len) { 0xa77f, 0xa787, -0x1, 2, 6, 1 }, { 0xa78c, 0xa78c, -0x1, 2, 6, 1 }, /* end mark */ - { 0 } + { 0, 0, 0, 0, 0, 0 } } ; int i, r; -- cgit v1.2.3