diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-10 22:35:00 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-10 22:35:00 -0800 |
commit | f3d1ed326f69a4e2f1475ca77d8854eba18a43e3 (patch) | |
tree | 2062aae0fe918dc1bec4a801cd01f573a81bb724 /com32/menu/readconfig.c | |
parent | 4d4bf8c86bc16a9b75449054ce78c0ac097c86d5 (diff) | |
download | syslinux-f3d1ed326f69a4e2f1475ca77d8854eba18a43e3.tar.gz syslinux-f3d1ed326f69a4e2f1475ca77d8854eba18a43e3.tar.xz syslinux-f3d1ed326f69a4e2f1475ca77d8854eba18a43e3.zip |
simple menu: update copyright notices; clean whitespace
Diffstat (limited to 'com32/menu/readconfig.c')
-rw-r--r-- | com32/menu/readconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/menu/readconfig.c b/com32/menu/readconfig.c index 5de9a7da..3995be26 100644 --- a/com32/menu/readconfig.c +++ b/com32/menu/readconfig.c @@ -4,8 +4,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, - * Boston MA 02111-1307, USA; either version 2 of the License, or + * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston MA 02110-1301, USA; either version 2 of the License, or * (at your option) any later version; incorporated herein by reference. * * ----------------------------------------------------------------------- */ @@ -218,7 +218,7 @@ record(struct labeldata *ld, char *append) kernel_types[ld->type], ld->kernel, s, a, ipoptions); } - if ( ld->menuseparator ) + if ( ld->menuseparator ) me->displayname = ""; if ( ld->menuseparator || ld->menudisabled ) { @@ -226,7 +226,7 @@ record(struct labeldata *ld, char *append) me->passwd = NULL; me->disabled = 1; - if ( me->cmdline ) + if ( me->cmdline ) free(me->cmdline); me->cmdline = NULL; |