2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* shared/startup/sbrk.c: Remove extraneous '}'.
This commit is contained in:
Ralf Corsepius
2011-06-17 05:32:06 +00:00
parent 8070c3848f
commit 1dd95ccc1e
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/startup/sbrk.c: Remove extraneous '}'.
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/src/memcpy.c: New file.

View File

@@ -121,7 +121,6 @@ uintptr_t bsp_sbrk_init(
if ( rval > policy )
rval = policy;
break;
}
}
return rval;