summaryrefslogtreecommitdiffstats
path: root/pciusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pciusb.c')
-rw-r--r--pciusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pciusb.c b/pciusb.c
index 6fb04e0..311c8fa 100644
--- a/pciusb.c
+++ b/pciusb.c
@@ -127,7 +127,7 @@ extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciu
e->text = strndup(q+2, strlen(q)-4);
/* if subids read on pcitable line, we know that subids matches :
(see "subids differ" test above) */
- if (nb==4)
+ if (nb == 4)
e->already_found = 1;
}
}