diff options
author | Thomas White <taw@physics.org> | 2018-03-12 22:35:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-12 22:35:43 +0100 |
commit | cc5038a7a2be909dd845e0e5e635cc6f0697e98f (patch) | |
tree | 5e23038dfb91ad43185340f5a720052986b7b9ac /src/sc_editor.c | |
parent | 6f95a69666891323f594f01c9eac918665968b54 (diff) |
Get rid of Paragraph->open
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 2 |
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... */ |