From a4cbda932cc0edf299657caafc5b13cf7dcca0eb Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Oct 2016 19:54:41 -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 f5d3c82ca..b5a2879dc 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -15,7 +15,7 @@ void komodo_gateway_iteration(char *symbol) { - char *retstr; uint32_t n=0; static uint32_t r,counter=0; + char *retstr; static uint32_t r,n,counter=0; if ( r == 0 ) r = rand(); if ( (counter++ % 10) == (r % 10) )