From e900f3afa8f92645f716069276827c3495b77304 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 11:32:34 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 74a2a73f3..81e9adc5e 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1451,7 +1451,8 @@ void komodo_args() USE_EXTERNAL_PUBKEY = 1; name = GetArg("-ac_name",""); if ( (KOMODO_REWIND= GetArg("-rewind",0)) != 0 ) - printf("KOMODO REWIND.%d\n",KOMODO_REWIND); + ; + printf("KOMODO REWIND.%d\n",KOMODO_REWIND); if ( name.c_str()[0] != 0 ) { ASSETCHAINS_SUPPLY = GetArg("-ac_supply",10);