* libmisc/shell/main_msdosfmt.c: Fixed NULL pointer access.
This commit is contained in:
Sebastian Huber
2011-05-11 08:44:34 +00:00
parent 259609765f
commit 7c1f085bc9
2 changed files with 5 additions and 1 deletions

View File

@@ -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 */
};