mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
minor
This commit is contained in:
parent
2be859d289
commit
2a549aadd3
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ output_options_t::add_options (option_parser_t *parser)
|
|||
{
|
||||
const char *text;
|
||||
|
||||
if (nullptr == supported_formats)
|
||||
if (!supported_formats)
|
||||
text = "Set output serialization format";
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue