mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
common: cmd_part: Proper alignment
This fixes a misaligned declaration. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
parent
437a7293a7
commit
a78f78ebeb
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ static int do_part_list(int argc, char * const argv[])
|
||||||
if (var != NULL) {
|
if (var != NULL) {
|
||||||
int p;
|
int p;
|
||||||
char str[512] = { '\0', };
|
char str[512] = { '\0', };
|
||||||
disk_partition_t info;
|
disk_partition_t info;
|
||||||
|
|
||||||
for (p = 1; p < 128; p++) {
|
for (p = 1; p < 128; p++) {
|
||||||
char t[5];
|
char t[5];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue