| Index: lib/ptable/ptable.c
|
| diff --git a/lib/ptable/ptable.c b/lib/ptable/ptable.c
|
| index 0370394321fa7d306b1991daf6ced0741034dfa7..283319d5cb17bf96525c425abef9a4e27ccc4b0f 100644
|
| --- a/lib/ptable/ptable.c
|
| +++ b/lib/ptable/ptable.c
|
| @@ -927,7 +927,7 @@ usage:
|
| }
|
|
|
| STATIC_COMMAND_START
|
| -{ "ptable", "commands for manipulating the flash partition table", &cmd_ptable },
|
| +STATIC_COMMAND("ptable", "commands for manipulating the flash partition table", &cmd_ptable)
|
| STATIC_COMMAND_END(ptable);
|
|
|
| #endif // WITH_LIB_CONSOLE
|
|
|