summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libldetect.h b/libldetect.h
index 9b90f35..2e985e3 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -18,7 +18,7 @@ struct pciusb_entry {
};
struct pciusb_entries {
struct pciusb_entry *entries;
- int nb;
+ unsigned int nb;
};
extern void pciusb_free(struct pciusb_entries *entries);