ttml: Simplify code
authorEdward Hervey <edward@centricular.com>
Fri, 26 May 2017 15:55:44 +0000 (17:55 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 26 May 2017 15:55:44 +0000 (17:55 +0200)
commit417c70805bb0de9218681b2b1a4590114935fe46
tree58490f72f18ab0a8f8290f7e6f4f495194847fd2
parent304a628de777ed0a180e8a23dc0e689ca9b0e24c
ttml: Simplify code

n2 can never be NULL since:
* it's in a "while (n1 && n2)" block
* and it's not modified before

CID #1405868
ext/ttml/ttmlparse.c