]> git.tuebingen.mpg.de Git - paraslash.git/commit
flacdec: Avoid declaration after statement.
authorAndre Noll <maan@systemlinux.org>
Mon, 22 Jul 2013 23:19:52 +0000 (01:19 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Oct 2013 08:40:10 +0000 (09:40 +0100)
commit8633a2877332e7949b8e2d55d5ebc5a47bda7794
tree840135925ba4f1b88d78bfb87efa810cc87264ab
parent464648bb2c7d75586dfee44917ca731e491ae01e
flacdec: Avoid declaration after statement.

Fixes

flacdec_filter.c:243:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
flacdec_filter.c