From 9ccaadb26ddaad80e0ba59594df57235e221213d Mon Sep 17 00:00:00 2001 From: sg777 Date: Mon, 27 Nov 2023 09:26:33 +0530 Subject: [PATCH] Correcting typo --- privatebet/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/privatebet/config.h b/privatebet/config.h index 31734e72..f752f215 100644 --- a/privatebet/config.h +++ b/privatebet/config.h @@ -8,5 +8,4 @@ int32_t bet_parse_bets(); void bet_parse_blockchain_config_ini_file(); bool bet_is_new_block_set(); int32_t bet_parse_verus_dealer(); -int32_t bet_parse_verus_player(); -_ver \ No newline at end of file +int32_t bet_parse_verus_player(); \ No newline at end of file