]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify atom_compare().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 17:40:03 +0000 (19:40 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitaa93004e3d6837cc1b5ac2481827721e6b81af95
treed5f89f34c5478b3702fff5507ece6f16354027b8
parent87e0ea6a858f3727d0f6c8a0ace440146bb68afe
mp4: Simplify atom_compare().

No need for a condition here. Change the return type to bool, and
remove the pointless and misspelt comment.
mp4.c