summaryrefslogtreecommitdiffstats
path: root/loader/method.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-01-19 10:52:12 -0500
committerPeter Jones <pjones@redhat.com>2010-01-19 10:54:19 -0500
commit23ed713eabb4bd61ccfa8673722e72cf9bbfc2ea (patch)
treec554a072b603781e523b3c9b539911bdd44e7abf /loader/method.c
parent978e4875836c546426db657546738e53c2a2dbbb (diff)
downloadanaconda-23ed713eabb4bd61ccfa8673722e72cf9bbfc2ea.tar.gz
anaconda-23ed713eabb4bd61ccfa8673722e72cf9bbfc2ea.tar.xz
anaconda-23ed713eabb4bd61ccfa8673722e72cf9bbfc2ea.zip
Fix whitespace error that was introduced.
Diffstat (limited to 'loader/method.c')
-rw-r--r--loader/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/method.c b/loader/method.c
index 71f2e4939..0073d3437 100644
--- a/loader/method.c
+++ b/loader/method.c
@@ -508,7 +508,7 @@ void setStage2LocFromCmdline(char * arg, struct loaderData_s * ld) {
&(((struct nfsInstallData *)ld->stage2Data)->host),
&(((struct nfsInstallData *)ld->stage2Data)->directory),
&(((struct nfsInstallData *)ld->stage2Data)->mountOpts));
- } else if (!strncmp(arg, "ftp:", 4) ||
+ } else if (!strncmp(arg, "ftp:", 4) ||
!strncmp(arg, "http", 4)) {
ld->method = METHOD_URL;
ld->stage2Data = calloc(sizeof(struct urlInstallData *), 1);