PR 1101/rtems

* libcsupport/src/base_fs.c: Remove extra endif.
This commit is contained in:
Joel Sherrill
2006-06-22 22:27:24 +00:00
parent 1d63ebb9b9
commit f3333d1700
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
PR 1101/rtems
* libcsupport/src/base_fs.c: Remove extra endif.
2006-06-22 Joel Sherrill <joel@OARcorp.com>
PR 1101/rtems

View File

@@ -128,6 +128,5 @@ void rtems_filesystem_initialize( void )
* filesystem image and nothing auto-mounted at this point.
*/
#endif
#endif
}