From a8be0ef476a87189b6a4fa1c0afb6650bc6807e9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 28 Oct 2023 13:13:20 -0400 Subject: [PATCH] fix synt --- wrenchboard/src/shared_tool/family_acc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/family_acc.cc b/wrenchboard/src/shared_tool/family_acc.cc index b802756c..228ae7a1 100644 --- a/wrenchboard/src/shared_tool/family_acc.cc +++ b/wrenchboard/src/shared_tool/family_acc.cc @@ -467,7 +467,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){ out["error_limit"] = "amount_greater_than_limit"; } - if (in["amount"].Long() <= 0 > ){ + if (in["amount"].Long() <= 0 ){ err_count++; out["error_balance"] = "amount_inavlid"; }