X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fpci.c;h=0813ba7fc9e595c214db4e0286ccafa11be10ef0;hp=7ebb3c52d3888789e6bf2bcc7a9b6d156d936639;hb=9ef3d8c8f12f09f6c56f3f1f94d769269a2eb046;hpb=736d25d95394e5f2d354fd3d1f2159cf8f591fa6 diff --git a/src/pci.c b/src/pci.c index 7ebb3c5..0813ba7 100644 --- a/src/pci.c +++ b/src/pci.c @@ -103,7 +103,7 @@ void init_pci(void) for(i=0; i<256; i++) { count += enum_bus(i); } - printf("found %d PCI devices\n", count); + printf("found %d PCI devices\n\n", count); } static int enum_bus(int busid)