summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ttml/ttmlparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ttml/ttmlparse.c b/ext/ttml/ttmlparse.c
index 2759b69e5..a609b981c 100644
--- a/ext/ttml/ttmlparse.c
+++ b/ext/ttml/ttmlparse.c
@@ -1886,7 +1886,7 @@ ttml_join_region_tree_inline_elements (GNode * tree)
n2 = n1->next;
} else {
n1 = n2;
- n2 = n2 ? n2->next : NULL;
+ n2 = n2->next;
}
}
}