]> sigrok.org Git - libsigrok.git/commit
output/csv: Nit, remove an unused loop iteration variable
authorGerhard Sittig <redacted>
Thu, 4 May 2017 19:34:07 +0000 (21:34 +0200)
committerGerhard Sittig <redacted>
Fri, 9 Jun 2017 21:20:36 +0000 (23:20 +0200)
commitd05b1a860606e078eed77722d8a0c62850ee39af
tree306bc5703fe994b575e4159d7373b9473fda0f0a
parentcd59e6eca13632f8fc749a63fb8ccbadbb77e21b
output/csv: Nit, remove an unused loop iteration variable

The i variable is not used in the bottom loop in gen_header(). Remove it
to not obfuscate the purpose of the iteration.
src/output/csv.c