summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-03 20:04:53 +0200
committerErwan Velu <erwan.velu@free.fr>2009-04-03 20:04:53 +0200
commit51148f849194c65fea302921ae19e8bcae2525b7 (patch)
tree40830e6a79bacddf9f3717ab4bbf45f839b47733
parent33996b423036228e83acd97b70ea962cc5af76d9 (diff)
downloadsyslinux-51148f849194c65fea302921ae19e8bcae2525b7.tar.gz
hdt: Fixing aligment in about menu
Impact: cosmetic Fixing contact in about mode
-rw-r--r--com32/hdt/hdt-menu-about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-about.c b/com32/hdt/hdt-menu-about.c
index a5c1b0e6..f19dc361 100644
--- a/com32/hdt/hdt-menu-about.c
+++ b/com32/hdt/hdt-menu-about.c
@@ -54,7 +54,7 @@ void compute_aboutmenu(struct s_my_menu *menu)
add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0);
menu->items_count++;
- snprintf(buffer, sizeof buffer, "Contact : %s", CONTACT);
+ snprintf(buffer, sizeof buffer, "Contact : %s", CONTACT);
snprintf(statbuffer, sizeof statbuffer, "Contact : %s", CONTACT);
add_item(buffer, statbuffer, OPT_INACTIVE, NULL, 0);
menu->items_count++;