]> git.proxmox.com Git - mirror_iproute2.git/commit
json_print: drop extra semi-colons
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 29 Jul 2019 15:45:32 +0000 (08:45 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 29 Jul 2019 15:45:32 +0000 (08:45 -0700)
commit067925e2e1acd476420c746d8032582248bb75b1
tree69e9f1edd2bd73e952e7f41401e0a8f1592be562
parentc875433b145e33645798ecfe4d99bcb28c80d1e9
json_print: drop extra semi-colons

The _PRINT_FUNC() macro expands to a function call.
Putting a semi-colon is unnecessary and causes warnings with -pedantic

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/json_print.h