summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-10-07 09:32:16 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-10-07 09:32:16 +0000
commit3f399af56a3406e1e46c74c6c0b80e4bda47efa3 (patch)
tree2cb37b57b91b31d48eadf680b7375919db895b5d
parentab4435235ae95cbbcd4a60e273a38d520eaa0244 (diff)
downloadldetect-3f399af56a3406e1e46c74c6c0b80e4bda47efa3.tar
ldetect-3f399af56a3406e1e46c74c6c0b80e4bda47efa3.tar.gz
ldetect-3f399af56a3406e1e46c74c6c0b80e4bda47efa3.tar.bz2
ldetect-3f399af56a3406e1e46c74c6c0b80e4bda47efa3.tar.xz
ldetect-3f399af56a3406e1e46c74c6c0b80e4bda47efa3.zip
enforce gc coding rules
-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;
}
}