Skip to content

glib: Fix a warning about missing element-type annotation

Marek Kasik requested to merge element-type-warning into master

There is a missing colon right after "fields" in description poppler_document_reset_form(). This is causing the

"Warning: Poppler: poppler_document_reset_form: argument fields: Missing (element-type) annotation"

warning.

Merge request reports