Skip to content
Unverified Commit a64294c3 authored by Andrew Jeddeloh's avatar Andrew Jeddeloh Committed by Derf Null
Browse files

inflate: move i declaration to for loops

Move the declaration of i to each for loop. This makes it clear there's
no interaction with i outside each loop. It also makes it so compilers
wont complain with -Wshadow.
parent 8198be8f
Pipeline #49 passed with stage
in 36 seconds
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