aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index 00c626d..0cd810c 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1061,7 +1061,7 @@ static void check_paragraph(struct frame *fr, PangoContext *pc,
SCBlock *scblocks)
{
if ( fr->n_paras > 0 ) return;
- Paragraph *para = last_open_para(fr);
+ Paragraph *para = last_para(fr);
if ( scblocks == NULL ) {
/* We have no SCBlocks at all! Better create one... */