mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43: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
|
// Copy items result
|
||||||
if (items != NULL) {
|
if (items != NULL) {
|
||||||
*items = (uint32) nItems;
|
*items = (uint32_t) nItems;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user