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 d2ea217..4578496 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -21,11 +21,11 @@ struct pciusb_entry {
unsigned short usb_port; /* USB port */
unsigned short is_pciexpress:1; /* is it PCI express */
+ int already_found:1;
char *module;
char *text;
char* class;
- int already_found:1;
};
struct pciusb_entries {
struct pciusb_entry *entries;