]> The Tcpdump Group git mirrors - tcpslice/commit
instrument functions: Reduce the scope of a variable
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 4 May 2023 11:24:06 +0000 (13:24 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 4 May 2023 11:24:06 +0000 (13:24 +0200)
commit16a41029ad86b56c6def4d8cfea0f768bf0533a5
treefaf929174b89dd746da7a81b9e99107ebb1ed2e4
parentcc9aad920a151357d70a31625f3f3b018b940f4b
instrument functions: Reduce the scope of a variable

Fix the cppcheck warning:
instrument-functions.c:77:15: warning: The scope of the variable
'instrument_type' can be reduced. [variableScope]

[skip ci]
instrument-functions.c