fix: fix some code bugs.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I0a1d256aabca1c34ac56b6ceaee77e6a7916d5ec
This commit is contained in:
yudechen
2022-10-26 18:49:23 +08:00
parent abd311d817
commit 48987150de
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ int main(void)
for (size_t i = 0; i < size; i++) {
if (g_arraySyscap[i].num != i) {
printf("[Error][syscap_define.h]: %s -> num(%u) should be %lu.\n",
printf("[Error][syscap_define.h]: %s -> num(%u) should be %zu.\n",
g_arraySyscap[i].str, g_arraySyscap[i].num, i);
flag++;
}