modified panel modelines to be placed sorted in list

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7350 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2004-05-02 13:15:08 +00:00
parent 63b94c104e
commit 4a3cf87482
3 changed files with 61 additions and 70 deletions
@@ -314,7 +314,7 @@ status_t
init_hardware(void) {
long pci_index = 0;
pci_info pcii;
bool found_one = FALSE;
bool found_one = false;
/* choke if we can't find the PCI bus */
if (get_module(B_PCI_MODULE_NAME, (module_info **)&pci_bus) != B_OK)
@@ -333,7 +333,7 @@ init_hardware(void) {
/* if we match a supported device */
if (*devices == pcii.device_id ) {
found_one = TRUE;
found_one = true;
goto done;
}
/* next supported device */