From 9c18f8b5d6ce73344d0c11643839f0c7fc03b998 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 6 Apr 2016 13:05:28 -0700 Subject: pxe.c: fix stray line-end garbage The previous commit had some unfortunate line-end garbage; remove. Signed-off-by: H. Peter Anvin --- 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 21763395..761a1715 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; } -- cgit v1.2.1