From a1990b17b7927494ff2cf1d6a8df431c5364a279 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 18 Sep 2012 09:00:42 +0200 Subject: [PATCH] void as argument to be a correct prototype --- ykcore/ykcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykcore/ykcore.h b/ykcore/ykcore.h index 5251ea0..dace4b6 100644 --- a/ykcore/ykcore.h +++ b/ykcore/ykcore.h @@ -130,7 +130,7 @@ const char *yk_strerror(int errnum); /* The following function is only useful if yk_errno == YK_EUSBERR and no other USB-related operations have been performed since the time of error. */ -const char *yk_usb_strerror(); +const char *yk_usb_strerror(void); #define YK_EUSBERR 0x01 /* USB error reporting should be used */ #define YK_EWRONGSIZ 0x02 -- 2.39.5