Fixes jumps across variable declarations in same scope
authorOmari Stephens <xsdg@xsdg.org>
Mon, 30 May 2022 09:11:15 +0000 (09:11 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 1 Aug 2022 08:18:29 +0000 (09:18 +0100)
commitd3e11814ee428787b9771d0de17692961c2936ec
tree1758a7ad57b4ec5aba3133f059e8f3b863f37aec
parentf096cb1592ddce847e281406a13584974ffbfbf6
Fixes jumps across variable declarations in same scope

Those jumps are not legal in C++.  zonedetect.h is an imported library, so this is a minimal change that allows compilation as C++.
src/zonedetect.c