Delete extra argument, there is no formatting for it.

This commit is contained in:
David Young
2020-04-24 18:50:07 -05:00
parent ca8a73923f
commit 4e41ca05aa

View File

@@ -711,7 +711,7 @@ check_options(pack_opt_t *options)
}
if (options->ublock_filename == NULL && options->ublock_size != 0)
H5TOOLS_GOTO_ERROR((-1), "file name missing for user block", options->ublock_filename);
H5TOOLS_GOTO_ERROR((-1), "file name missing for user block");
/*------------------------------------------------------------------------
* Verify alignment options; threshold is zero default but alignment not