From e98e2aecd92cb97913bb84cdeeac030cb1f31901 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 Nov 2016 16:15:28 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 38b5c9e51..97bbd83ef 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -150,7 +150,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar printf("fname.(%s) fpos.%ld\n",fname,ftell(fp)); KOMODO_INITDONE = (uint32_t)time(NULL); } - if ( height <= 0 || ) + if ( height <= 0 ) { //printf("early return: stateupdate height.%d\n",height); return;