]> Git Repo - VerusCoin.git/commitdiff
syntax
authorjl777 <[email protected]>
Fri, 29 Jun 2018 10:28:23 +0000 (23:28 -1100)
committerjl777 <[email protected]>
Fri, 29 Jun 2018 10:28:23 +0000 (23:28 -1100)
src/komodo_utils.h

index a29245ac2af564c139f263bb9a1fc2ca92d1a9bf..c8c2e35b151a4091d21ccc20ebc681ca0097d0db 100644 (file)
@@ -1518,7 +1518,7 @@ void komodo_args(char *argv0)
                 if ( strcmp(NOTARY_PUBKEY.c_str(),Notaries_elected1[i][1]) == 0 )
                 {
                     IS_KOMODO_NOTARY = 1;
-                    fprintf(stderr,"running as notary.%d %s\n",i,Notaries_elected1[i][0])
+                    fprintf(stderr,"running as notary.%d %s\n",i,Notaries_elected1[i][0]);
                     break;
                 }
         }
This page took 0.028025 seconds and 4 git commands to generate.