summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com32/hdt/hdt-menu-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-pci.c b/com32/hdt/hdt-menu-pci.c
index 496d5ac1..74c07107 100644
--- a/com32/hdt/hdt-menu-pci.c
+++ b/com32/hdt/hdt-menu-pci.c
@@ -89,7 +89,7 @@ static void compute_pci_device(struct s_my_menu *menu,
menu->items_count++;
}
- snprintf(buffer,sizeof buffer,"Latency : %d",pci_device->dev_info->latency);
+ snprintf(buffer, sizeof buffer, "Latency : %d",pci_device->dev_info->latency);
snprintf(statbuffer,sizeof statbuffer,"Latency : %d",pci_device->dev_info->latency);
add_item(buffer,statbuffer,OPT_INACTIVE,NULL,0);
menu->items_count++;