forked from Imagelibrary/rtems
2011-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmisc/shell/main_msdosfmt.c: Fixed NULL pointer access.
This commit is contained in:
@@ -179,7 +179,7 @@ rtems_shell_cmd_t rtems_shell_MSDOSFMT_Alias = {
|
||||
"msdosfmt", /* name */
|
||||
NULL, /* usage */
|
||||
"files", /* topic */
|
||||
NULL, /* command */
|
||||
rtems_shell_main_msdos_format, /* command */
|
||||
&rtems_shell_MSDOSFMT_Command, /* alias */
|
||||
NULL /* next */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user