summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu-summary.c
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-07 14:50:52 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-07 14:50:52 -0700
commit8e7362ec8fcd84b5c1c95580663bcaf210c3b4ed (patch)
tree72e3da904f1c18e640b7d77f364449ee7a989784 /com32/hdt/hdt-menu-summary.c
parent19b1efa9f4702a695f185596a26c1a33b5c5ed23 (diff)
downloadsyslinux-8e7362ec8fcd84b5c1c95580663bcaf210c3b4ed.tar.gz
hdt: remove extra LF
In a few places, extra LFs cause the menu to scroll ('\n' in the status bar). Remove them (they are not needed anyway). Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-menu-summary.c')
-rw-r--r--com32/hdt/hdt-menu-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-summary.c b/com32/hdt/hdt-menu-summary.c
index 6401221a..e8e2fc65 100644
--- a/com32/hdt/hdt-menu-summary.c
+++ b/com32/hdt/hdt-menu-summary.c
@@ -189,7 +189,7 @@ void compute_summarymenu(struct s_my_menu *menu, struct s_hardware *hardware)
kernel_modules,
pci_device->dev_info->class_name);
snprintf(statbuffer, sizeof statbuffer,
- "%04x:%04x %s : %s\n",
+ "%04x:%04x %s : %s",
pci_device->vendor,
pci_device->product,
pci_device->dev_info->vendor_name,