Capitalization fix
This commit is contained in:
parent
ece640fd87
commit
8c6744145e
|
@ -880,7 +880,7 @@ MSG_HASH(
|
|||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZSTD_SUPPORT,
|
||||
"ZStandard Support"
|
||||
"Zstandard Support"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT,
|
||||
|
|
|
@ -496,7 +496,7 @@ static const codec_interface codec_interfaces[] =
|
|||
/* V5 zstd compression */
|
||||
{
|
||||
CHD_CODEC_ZSTD,
|
||||
"ZStandard",
|
||||
"zstd (Zstandard)",
|
||||
FALSE,
|
||||
zstd_codec_init,
|
||||
zstd_codec_free,
|
||||
|
@ -506,7 +506,7 @@ static const codec_interface codec_interfaces[] =
|
|||
/* V5 CD zstd compression */
|
||||
{
|
||||
CHD_CODEC_CD_ZSTD,
|
||||
"cdzs (CD ZStandard)",
|
||||
"cdzs (CD Zstandard)",
|
||||
FALSE,
|
||||
cdzs_codec_init,
|
||||
cdzs_codec_free,
|
||||
|
|
Loading…
Reference in New Issue