Commit e6b2a26755ecd8b532a58b34c7aacd404454c5fb

Joakim Soderberg 2013-12-09T16:54:57

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.