2002-08-30 Joel Sherrill <joel@OARcorp.com>

* src/io.c: Fixed some spacing.
This commit is contained in:
Joel Sherrill
2002-08-30 11:57:16 +00:00
parent f31a0787b3
commit af16d17d80
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2002-08-30 Joel Sherrill <joel@OARcorp.com>
* src/io.c: Fixed some spacing.
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Add libsapi.a.
+1 -1
View File
@@ -149,7 +149,7 @@ rtems_status_code rtems_io_register_driver(
_IO_Driver_address_table[major] = *driver_table;
*registered_major = major;
rtems_io_initialize( major, 0, NULL);
rtems_io_initialize( major, 0, NULL );
return RTEMS_SUCCESSFUL;
}