diff options
| author | Chris Lumens <clumens@redhat.com> | 2007-11-15 17:09:00 -0500 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2007-11-15 17:09:00 -0500 |
| commit | 05bf6afd17bea4e9c4bb600bf896eb611fbdddc2 (patch) | |
| tree | 5b9b510808b971a74f2cc3821b8a4cf9209316c9 /loader2 | |
| parent | 35d3107c73c8450c40f127ae1bc853efab30eafb (diff) | |
| download | anaconda-05bf6afd17bea4e9c4bb600bf896eb611fbdddc2.tar.gz anaconda-05bf6afd17bea4e9c4bb600bf896eb611fbdddc2.tar.xz anaconda-05bf6afd17bea4e9c4bb600bf896eb611fbdddc2.zip | |
Fix the obvious typo.
Diffstat (limited to 'loader2')
| -rw-r--r-- | loader2/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/loader.c b/loader2/loader.c index 926ba8bff..2ce5604b9 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -1762,7 +1762,7 @@ int main(int argc, char ** argv) { checkForHardDrives(); - if ((|| FL_ISA(flags) || FL_NOPROBE(flags)) && !loaderData.ksFile) { + if ((FL_ISA(flags) || FL_NOPROBE(flags)) && !loaderData.ksFile) { startNewt(); manualDeviceCheck(&loaderData); } |
