From dcf66bf8382d7d1525b69f80d25d9c031a83eba3 Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 23 May 2022 01:59:49 +0000 Subject: [PATCH] update zh-cn/native_sdk/ace/native_interface_xcomponent.h. --- zh-cn/native_sdk/ace/native_interface_xcomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/native_sdk/ace/native_interface_xcomponent.h b/zh-cn/native_sdk/ace/native_interface_xcomponent.h index 82fed4a9..49f1d343 100644 --- a/zh-cn/native_sdk/ace/native_interface_xcomponent.h +++ b/zh-cn/native_sdk/ace/native_interface_xcomponent.h @@ -48,7 +48,7 @@ extern "C" { * @version 1.0 */ enum { - /** Success result. */ + /** 成功结果。*/ OH_NATIVEXCOMPONENT_RESULT_SUCCESS = 0, /** Failed result. */ OH_NATIVEXCOMPONENT_RESULT_FAILED = -1, -- Gitee