From 7eeb76e9ac79b436519899fef10d909691fbb8fa Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 20:12:46 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index c3a88b12d..aa7bd402f 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -15,7 +15,7 @@ void komodo_gateway_iteration(char *symbol) { - char *retstr; int32_t i,num; cJSON *item,*array,*listobj; static uint32_t r,n,counter=0; + char *retstr,*coinaddr; int32_t i,num; cJSON *item,*array,*listobj; static uint32_t r,n,counter=0; if ( r == 0 ) r = rand(); if ( (counter++ % 10) == (r % 10) ) -- 2.42.0