]> git.tuebingen.mpg.de Git - paraslash.git/commit
command.c: Avoid declaration after statement.
authorAndre Noll <maan@systemlinux.org>
Mon, 22 Jul 2013 23:22:33 +0000 (01:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 4 Sep 2013 22:23:13 +0000 (22:23 +0000)
commit778af7a6c357d7c784e6e32781c06351cdff56a7
tree3536011775889fdd8e36ed41a4b3a39df114a005
parent61c95753b0a8bc93ae7687fbfb945cc52cf901b6
command.c: Avoid declaration after statement.

Fixes

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