diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-04-04 15:36:37 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-04 15:36:37 -0700 |
| commit | a32f8de5ae1187321bd99e2a5bf4e89e532892e6 (patch) | |
| tree | 876a6f5646b7709642d2fdab5f10547a30e54a54 /memdisk/memdisk.ld | |
| parent | 5ca566c49a54e095042f607e1a6d29a74f344302 (diff) | |
| download | syslinux-a32f8de5ae1187321bd99e2a5bf4e89e532892e6.tar.gz | |
memdisk: fix comment syntax in memdisk.ld
Fix build failure due to incorrect comment syntax in memdisk.ld
Diffstat (limited to 'memdisk/memdisk.ld')
| -rw-r--r-- | memdisk/memdisk.ld | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/memdisk/memdisk.ld b/memdisk/memdisk.ld index 747270fb..51c3e35c 100644 --- a/memdisk/memdisk.ld +++ b/memdisk/memdisk.ld @@ -1,14 +1,14 @@ -## ----------------------------------------------------------------------- -## -## Copyright 2009 Intel Corporation; author: H. Peter Anvin -## -## 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., 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. -## -## ----------------------------------------------------------------------- +/* ----------------------------------------------------------------------- + * + * Copyright 2009 Intel Corporation; author: H. Peter Anvin + * + * 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., 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. + * + * ----------------------------------------------------------------------- */ /* * Linker script for MEMDISK |
