]> git.sesse.net Git - ffmpeg/commit
avcodec/cdtoons: Remove superfluous ;
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 27 Feb 2020 05:33:51 +0000 (06:33 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 28 Feb 2020 18:40:05 +0000 (19:40 +0100)
commitb6879b61dfe69e79c0fd32ce076fe1e7cbcc9c0c
tree038f5bf0e2533f162f0de6277ab8a84add803787
parent23645f95ec0ae3f4ccc8ad2b23d1fbb16575ae16
avcodec/cdtoons: Remove superfluous ;

The second ; in a double ;; is actually a null statement. It triggers
the typical declaration-after-statement compiler-warnings if it occurs
in the middle of several declarations (like here).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/cdtoons.c