From 7c2489cc3dc798484e11a449fd0e305210de901b Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 14 12月 2019 20:12:41 +0800 Subject: [PATCH] fix codacy warnings --- include/licensecc/datatypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/licensecc/datatypes.h b/include/licensecc/datatypes.h index c5d6bc5..7a95afb 100644 --- a/include/licensecc/datatypes.h +++ b/include/licensecc/datatypes.h @@ -23,7 +23,7 @@ #endif // define api structure sizes -#define PC_IDENTIFIER_SIZE 18 +#define PC_IDENTIFIER_SIZE 19 #define PROPRIETARY_DATA_SIZE 16 #define AUDIT_EVENT_NUM 5 -- Gitblit v1.9.1