s3:registry: try to fix the build of reg_parse_internal on HP-UX
[samba.git] / source3 / registry / reg_parse_internal.c
index 64c4e06622319c9d4635be68fd53795d1c5c2e98..3d3cf472f4b58f9a246a6ccc5d4d4014811532de 100644 (file)
@@ -262,7 +262,7 @@ static const struct {
        {"UTF-16LE", CH_UTF16LE, 2, {0xFF, 0xFE}},
        {"UTF-16BE", CH_UTF16BE, 2, {0xFE, 0xFF}},
        {"UTF-32BE", CH_INVALID, 4, {0x00, 0x00, 0xFE, 0xFF}},
-       {NULL,       CH_INVALID, 0, {}}
+       {NULL,       CH_INVALID, 0}
 };
 
 bool srprs_bom(const char** ptr, const char** name, charset_t* ctype)