Signed-off-by: Ludwig Nussel <ludwig.nussel@xxxxxxx> --- lib/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/setup.c b/lib/setup.c index 9e8c810..032d90e 100644 --- a/lib/setup.c +++ b/lib/setup.c @@ -26,7 +26,7 @@ static char *default_backend = NULL; #define at_least_one(a) ({ __typeof__(a) __at_least_one=(a); (__at_least_one)?__at_least_one:1; }) -static int logger(struct crypt_options *options, int class, char *format, ...) { +static void logger(struct crypt_options *options, int class, char *format, ...) { va_list argp; char *target; --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx