]> git.ozlabs.org Git - yaboot.git/blobdiff - second/cmdline.c
Fix incorrect comparision in get_params
[yaboot.git] / second / cmdline.c
index ec50f4fd0280a71dfffaf2a26c766043f6f39fef..117bca0082f989dc90d102e35f871f7e7e2a2d2f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  cmdline.c - Prompt handling
  *
- *  Copyright (C) 2001 Ethan Benson
+ *  Copyright (C) 2001, 2002 Ethan Benson
  *
  *  Adapted from SILO
  *
@@ -52,7 +52,7 @@ void cmdedit (void (*tabfunc) (void), int password)
      }
      if (!password)
          prom_printf(buff, x);
-     
+
      for (;;) {
          c = prom_getchar ();
          if (c == -1)