From 1869e1200b7b6b51ade3eb6c7215265b09270318 Mon Sep 17 00:00:00 2001 From: yudechen Date: Wed, 27 Apr 2022 12:11:36 +0800 Subject: [PATCH] fix code check error. Signed-off-by: yudechen Change-Id: If2ecff61d0651b5504d99dea5de4ff600fecbf4f --- include/syscap_define.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/syscap_define.h b/include/syscap_define.h index 2764a06..50c0d46 100644 --- a/include/syscap_define.h +++ b/include/syscap_define.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef _PCID_H_ -#define _PCID_H_ +#ifndef _SYSCAP_DEFINE_H +#define _SYSCAP_DEFINE_H typedef struct SystemCapabilityWithNum { char syscapStr[128]; @@ -285,4 +285,4 @@ static SyscapWithNum arraySyscap[] = { {"SystemCapability.UserIAM.UserIdm", USERIAM_USERIDM} }; -#endif // _PCID_H_ \ No newline at end of file +#endif // _SYSCAP_DEFINE_H \ No newline at end of file