diff --git a/tools/widl/typelib.c b/tools/widl/typelib.c index 1476e1a2a35..f11977007f9 100644 --- a/tools/widl/typelib.c +++ b/tools/widl/typelib.c @@ -255,7 +255,7 @@ void add_typelib_entry(type_t *t) typelib->entry = entry; } -static void tlb_read(int fd, void *buf, size_t count) +static void tlb_read(int fd, void *buf, int count) { if(read(fd, buf, count) < count) error("error while reading importlib.\n");