Skip to content

Commit

Permalink
pxe.c: fix stray line-end garbage
Browse files Browse the repository at this point in the history
The previous commit had some unfortunate line-end garbage; remove.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
H. Peter Anvin committed Apr 6, 2016
1 parent b61bdc9 commit 9c18f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/fs/pxe/pxe.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9c18f8b

Please sign in to comment.