mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Fix stray formatting error
This commit is contained in:
parent
2bc9121fa1
commit
d94e6958ef
@ -213,8 +213,9 @@ QPDF_Stream::getStreamJSON(
|
||||
case qpdf_sj_none:
|
||||
case qpdf_sj_inline:
|
||||
if (p != nullptr) {
|
||||
throw std::logic_error("QPDF_Stream::getStreamJSON: pipeline should "
|
||||
"only be supplied when json_data is file");
|
||||
throw std::logic_error(
|
||||
"QPDF_Stream::getStreamJSON: pipeline should "
|
||||
"only be supplied when json_data is file");
|
||||
}
|
||||
break;
|
||||
case qpdf_sj_file:
|
||||
|
Loading…
Reference in New Issue
Block a user