From 8177e333236a3e8a9c93db70e8b1eb3765cdfc8c Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 May 2018 18:47:59 +0300 Subject: [PATCH] Fix void --- iguana/exchanges/LP_include.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index dfb696e97..509255c58 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -31,7 +31,7 @@ #define printf dontprintf #define fprintf dontprintf -voind dontprintf(char *formatstr,...) {} +void dontprintf(char *formatstr,...) {} #endif #define LP_MAJOR_VERSION "0"