summaryrefslogtreecommitdiffstats
path: root/examples/nfct-timeout-get.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfct-timeout-get.c')
-rw-r--r--examples/nfct-timeout-get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nfct-timeout-get.c b/examples/nfct-timeout-get.c
index 211dedb..b2f62d0 100644
--- a/examples/nfct-timeout-get.c
+++ b/examples/nfct-timeout-get.c
@@ -32,7 +32,7 @@ static int timeout_cb(const struct nlmsghdr *nlh, void *data)
goto err_free;
}
- nfct_timeout_snprintf(buf, sizeof(buf), t, 0);
+ nfct_timeout_snprintf(buf, sizeof(buf), t, NFCT_TIMEOUT_O_DEFAULT, 0);
printf("%s\n", buf);
err_free: