From acfb61e8ce4a2a44ac8f0559393830e7e417ca8d Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 21 Jan 2022 16:25:37 -0400 Subject: [PATCH] Update missed type --- window/pub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window/pub.h b/window/pub.h index eee39b4..bf7b8fd 100644 --- a/window/pub.h +++ b/window/pub.h @@ -199,7 +199,7 @@ typedef struct _Bounds Bounds; // Copy items result if (items != NULL) { - *items = (uint32) nItems; + *items = (uint32_t) nItems; } return result; }