1
0
Fork 0

common: cmd_part: Proper alignment

This fixes a misaligned declaration.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
utp
Paul Kocialkowski 2015-06-15 21:35:04 +02:00 committed by Tom Rini
parent 437a7293a7
commit a78f78ebeb
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static int do_part_list(int argc, char * const argv[])
if (var != NULL) {
int p;
char str[512] = { '\0', };
disk_partition_t info;
disk_partition_t info;
for (p = 1; p < 128; p++) {
char t[5];