mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update missed type
This commit is contained in:
parent
caf3fbb982
commit
acfb61e8ce
@ -199,7 +199,7 @@ typedef struct _Bounds Bounds;
|
||||
|
||||
// Copy items result
|
||||
if (items != NULL) {
|
||||
*items = (uint32) nItems;
|
||||
*items = (uint32_t) nItems;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user