From 12cdcdd39bb50dded484041c03d55da259f81218 Mon Sep 17 00:00:00 2001 From: zhanglianghy Date: Fri, 9 Aug 2019 14:40:45 +0800 Subject: [PATCH] =?UTF-8?q?MOD=20aaa-12=20=E6=A1=A5=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3,?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A1=A5=E8=A7=84=E6=A0=BC=E5=88=A4=E6=96=AD?= =?UTF-8?q?=20SOL=20=20=E6=A1=A5=E6=8E=A5=E5=8F=A3=E8=87=AA=E6=B5=8B?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3,=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=A1=A5=E8=A7=84=E6=A0=BC=E5=88=A4=E6=96=AD=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=BA=EF=BC=9Azhangliang=20=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E4=BA=BA=EF=BC=9Azhangliang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/common/rpc/rpc_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/common/rpc/rpc_common.h b/Platform/common/rpc/rpc_common.h index d19b16aea..bb636a5da 100755 --- a/Platform/common/rpc/rpc_common.h +++ b/Platform/common/rpc/rpc_common.h @@ -58,7 +58,7 @@ typedef enum { { RET_INPUTERR, "InputError"},\ { RET_IPINVALID, "IpInvalid"},\ { RET_BR_INVALID, "BrNameInvalid"},\ - { RET_EXIST, "AlreadyExist"}\ + { RET_EXIST, "AlreadyExist"},\ { RET_FULL, "FULL"}\ }