From f5093a6215d2c89e9959f1025dcb42246709c168 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 28 Jun 2018 23:28:23 -1100 Subject: [PATCH] syntax --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index a29245ac2..c8c2e35b1 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -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; } }