bla
This commit is contained in:
@@ -16,13 +16,13 @@ extern int verbosity;
|
||||
static void print_struct_pam(struct pam *ppam, char *txt)
|
||||
{
|
||||
|
||||
printf("size %d\n", ppam->size);
|
||||
printf(" size %d\n", ppam->size);
|
||||
|
||||
printf("format %d\n", ppam->format);
|
||||
printf("plainformat %d\n", ppam->plainformat);
|
||||
printf("width & height %d %d\n", ppam->width, ppam->height);
|
||||
printf("depth %d\n", ppam->depth);
|
||||
printf("maxval %lu\n", ppam->maxval);
|
||||
printf(" format %d\n", ppam->format);
|
||||
printf(" plainformat %d\n", ppam->plainformat);
|
||||
printf(" width & height %d %d\n", ppam->width, ppam->height);
|
||||
printf(" depth %d\n", ppam->depth);
|
||||
printf(" maxval %lu\n", ppam->maxval);
|
||||
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user