ONEWAY: Fix declaration-after-statement warning.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Sep 2010 04:17:43 +0000 (21:17 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Sep 2010 13:51:41 +0000 (06:51 -0700)
C90 requires declarations to precede statements within a block.


No differences found