pod: fix padding

This commit is contained in:
Wim Taymans 2017-03-01 20:00:11 +01:00
parent c063e206f4
commit 9b7debbfd3
2 changed files with 19 additions and 13 deletions

View file

@ -424,6 +424,9 @@ print_pod_value (uint32_t size, uint32_t type, void *body, int prefix)
}
break;
}
default:
printf ("unhandled prop type %d\n", type);
break;
}
}