Commit 3d10541474ac371b82dc05250735817cef2a8025

Joakim Soderberg 2013-12-09T16:58:16

Fix non-C89 variable declaration. Microsofts C compiler does not support the C99 standard, so variables has to be declared at the start of a scope.