aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-08-28 01:06:35 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-09-18 23:29:06 +0300
commitf00ef754770ffb1ca72b01b4d40ca732a6de3f19 (patch)
tree3d615f6ba9a344d355009a4b0ced1e3fc19ba7b0
parentb2cadc1419bdc63bbca714d0d2b90b43cfe5e3e7 (diff)
downloadandroid_external_ntfs-3g-f00ef754770ffb1ca72b01b4d40ca732a6de3f19.tar.gz
android_external_ntfs-3g-f00ef754770ffb1ca72b01b4d40ca732a6de3f19.tar.bz2
android_external_ntfs-3g-f00ef754770ffb1ca72b01b4d40ca732a6de3f19.zip
ntfs-3g: Fix compilation warning
Change-Id: I02f9d92955b4fcd873fb6f70c293856e68545b44
-rw-r--r--libntfs-3g/unistr.c2
1 files changed, 1 insertions, 1 deletions
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;