From d993fc07457ee4b7b168fe50ee4654b5a87802d8 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 18 Sep 2012 09:30:11 +0200 Subject: [PATCH] add void to function declaration --- ykchalresp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykchalresp.c b/ykchalresp.c index 2a54972..89388ca 100644 --- a/ykchalresp.c +++ b/ykchalresp.c @@ -58,7 +58,7 @@ const char *usage = ; const char *optstring = "12xvhHYN"; -static void report_yk_error() +static void report_yk_error(void) { if (ykp_errno) fprintf(stderr, "Yubikey personalization error: %s\n", -- 2.39.5