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);