]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sat, 3 Dec 2016 14:32:34 +0000 (11:32 -0300)
committerjl777 <[email protected]>
Sat, 3 Dec 2016 14:32:34 +0000 (11:32 -0300)
src/komodo_utils.h

index 74a2a73f39a3dc5dbe23287e03c5332173fe8fff..81e9adc5eb650e67cba5d32e0d081e952b157138 100644 (file)
@@ -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);
This page took 0.026222 seconds and 4 git commands to generate.