Skip to content
Commit 1506a1b9 authored by Jason Evans's avatar Jason Evans
Browse files

Move variable declaration out of for loop header.

Move a loop variable declaration out of for(usigned i = 0; ...) in order
to avoid the need for C99 compilation.
parent c6e95066
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment