summaryrefslogtreecommitdiffstats
path: root/examples/nft-set-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nft-set-get.c')
-rw-r--r--examples/nft-set-get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nft-set-get.c b/examples/nft-set-get.c
index a07a1d7..d4588ba 100644
--- a/examples/nft-set-get.c
+++ b/examples/nft-set-get.c
@@ -36,7 +36,7 @@ static int set_cb(const struct nlmsghdr *nlh, void *data)
}
nft_set_snprintf(buf, sizeof(buf), t, 0, 0);
- printf("%s", buf);
+ printf("%s\n", buf);
err_free:
nft_set_free(t);