]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
update NEWS and fix a sentense inconsistent against GNU coding style.
authorokuji <okuji@localhost>
Thu, 21 Dec 2000 22:42:33 +0000 (22:42 +0000)
committerokuji <okuji@localhost>
Thu, 21 Dec 2000 22:42:33 +0000 (22:42 +0000)
NEWS
stage2/disk_io.c

diff --git a/NEWS b/NEWS
index 9406d08305e182b58842292e1682b925b7b32a97..78c8160b55ba29c7447bf5e56958c1d042711bf5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ New in 1.0 - XXXX-XX-XX:
   can embed a arbitrary configuration which will be used when Stage 2
   cannot open a real configuration file, with this option. The argument
   must be an existing file.
+* EZ-BIOS support is added.
 
 New in 0.5.96 - 2000-10-04:
 * New commands, "reboot" and "halt".
index b8fcdcb20556bb5e4170e4b52508158ceee93121..da4789aa7a2d03e03c2957c06f957a4c8411126a 100644 (file)
@@ -337,8 +337,8 @@ devwrite (int sector, int sector_count, char *buf)
       
       for (i = 0; i < sector_count; i++)
        {
-         if (! rawwrite(current_drive, part_start + sector + i, 
-                        buf + (i << SECTOR_BITS)))
+         if (! rawwrite (current_drive, part_start + sector + i, 
+                         buf + (i << SECTOR_BITS)))
              return 0;
 
        }