[syslinux:master] pxe.c: fix stray line-end garbage

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Wed Apr 6 13:09:02 PDT 2016


Commit-ID:  9c18f8b5d6ce73344d0c11643839f0c7fc03b998
Gitweb:     http://www.syslinux.org/commit/9c18f8b5d6ce73344d0c11643839f0c7fc03b998
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 6 Apr 2016 13:05:28 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 6 Apr 2016 13:05:28 -0700

pxe.c: fix stray line-end garbage

The previous commit had some unfortunate line-end garbage; remove.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>

---
 core/fs/pxe/pxe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/fs/pxe/pxe.c b/core/fs/pxe/pxe.c
index 2176339..761a171 100644
--- a/core/fs/pxe/pxe.c
+++ b/core/fs/pxe/pxe.c
@@ -253,7 +253,7 @@ __export int url_set_ip(struct url_info *url)
 	url->ip = IPInfo.serverip;
 	if (!url->ip)
 	    err = -ntohs(TFTP_NONETWORK);
-    }make
+    }
 
     return err;
 }


More information about the Syslinux-commits mailing list