diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 43733826d..ef1c8bf5c 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -93,7 +93,7 @@ int32_t getera(int timestamp) return(i); } } - return(0) + return(0); } UniValue getiguanajson(const UniValue& params, bool fHelp)