aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf-c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/qpdf-c.cc b/libqpdf/qpdf-c.cc
index 44950568..c7300cae 100644
--- a/libqpdf/qpdf-c.cc
+++ b/libqpdf/qpdf-c.cc
@@ -1159,7 +1159,7 @@ QPDF_BOOL qpdf_oh_is_name_and_equals(
}
QPDF_BOOL qpdf_oh_is_dictionary_of_type(
- qpdf_data qpdf, qpdf_oh oh, char const* type, char const* subtype)
+ qpdf_data qpdf, qpdf_oh oh, char const* type, char const* subtype)
{
auto stype = (subtype == nullptr) ? "" : subtype;
return do_with_oh<QPDF_BOOL>(