From 173dae8e8c0cfc691e48a6229d0f32bf0c32e530 Mon Sep 17 00:00:00 2001 From: l00844999 Date: Fri, 3 Jan 2025 14:34:15 +0800 Subject: [PATCH] fix codecheck Signed-off-by: l00844999 --- graphic/graphic_2d/native_drawing/drawing_error_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphic/graphic_2d/native_drawing/drawing_error_code.h b/graphic/graphic_2d/native_drawing/drawing_error_code.h index 7b0503528f2..b3f0b5759a3 100644 --- a/graphic/graphic_2d/native_drawing/drawing_error_code.h +++ b/graphic/graphic_2d/native_drawing/drawing_error_code.h @@ -89,7 +89,7 @@ OH_Drawing_ErrorCode OH_Drawing_ErrorCodeGet(); * @since 16 * @version 1.0 */ -void OH_Drawing_ErrorCodeReset(); +void OH_Drawing_ErrorCodeReset(void); #ifdef __cplusplus } #endif -- Gitee