2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>

* libcsupport/src/open.c: Spacing.
This commit is contained in:
Joel Sherrill
2010-08-23 23:19:07 +00:00
parent 3fc6b5651f
commit 5f1ad30d54
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/open.c: Spacing.
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libi2c/libi2c.c: Fix typo in va_end().
-1
View File
@@ -82,7 +82,6 @@ int open(
if ( ( status & _FWRITE ) == _FWRITE )
eval_flags |= RTEMS_LIBIO_PERMS_WRITE;
va_start(ap, flags);
mode = va_arg( ap, int );