mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/dosfs/msdos_format.c: Added missing va_end().
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libfs/src/dosfs/msdos_format.c: Added missing va_end().
|
||||
|
||||
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libblock/src/bdpart.c: Removed file.
|
||||
|
||||
@@ -81,6 +81,7 @@ msdos_format_printf (const msdos_format_request_param_t *rqdata,
|
||||
vfprintf (stdout, format, args);
|
||||
fflush (stdout);
|
||||
}
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
/*=========================================================================*\
|
||||
|
||||
Reference in New Issue
Block a user