This commit is contained in:
Ebrahim Byagowi 2020-04-21 00:32:34 +04:30 committed by GitHub
parent 2be859d289
commit 2a549aadd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
{