From 3f399af56a3406e1e46c74c6c0b80e4bda47efa3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 7 Oct 2002 09:32:16 +0000 Subject: enforce gc coding rules --- pciusb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.1