diff options
Diffstat (limited to 'libdocument/ev-file-exporter.c')
-rw-r--r-- | libdocument/ev-file-exporter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-file-exporter.c b/libdocument/ev-file-exporter.c index ccb3ef09..6e79a530 100644 --- a/libdocument/ev-file-exporter.c +++ b/libdocument/ev-file-exporter.c @@ -62,7 +62,7 @@ void ev_file_exporter_end_page (EvFileExporter *exporter) { EvFileExporterInterface *iface = EV_FILE_EXPORTER_GET_IFACE (exporter); - + if (iface->end_page) iface->end_page (exporter); } |