summaryrefslogtreecommitdiff
path: root/src/devices/grohtml
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grohtml')
-rw-r--r--src/devices/grohtml/post-html.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/grohtml/post-html.cpp b/src/devices/grohtml/post-html.cpp
index 575828063..e71621797 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -5042,6 +5042,7 @@ void html_printer::do_file_components (void)
if (fragment_no > 1)
write_navigation(top, prev, next, current);
else {
+ assert(current_paragraph != 0);
current_paragraph->done_para();
write_rule();
if (valid_flag) {