mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3/registry: fix compile warning on openindiana
This commit is contained in:
parent
e14bf399cf
commit
cbcfd85f41
@ -300,7 +300,7 @@ static const struct {
|
||||
const char* const name;
|
||||
charset_t ctype;
|
||||
int len;
|
||||
char seq[4];
|
||||
uint8_t seq[4];
|
||||
} BOM[] = {
|
||||
{"UTF-8", CH_UTF8, 3, {0xEF, 0xBB, 0xBF}},
|
||||
{"UTF-32LE", CH_INVALID, 4, {0xFF, 0xFE, 0x00, 0x00}},
|
||||
|
Loading…
Reference in New Issue
Block a user