| # | Line 8 | Line 8 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 8 | * flip picture file horizontally and/or vertically | |
| 9 | */ | |
| 10 | ||
| 11 | < | #include "standard.h" |
| 11 | > | #include <stdio.h> |
| 12 | ||
| 13 | #include "color.h" | |
| 14 | ||
| # | Line 54 | Line 54 | char *argv[]; | |
| 54 | /* transfer header */ | |
| 55 | copyheader(fin, stdout); | |
| 56 | /* add new header info. */ | |
| 57 | < | printargs(argc, argv, stdout); |
| 57 | > | printargs(i, argv, stdout); |
| 58 | putchar('\n'); | |
| 59 | /* get picture size */ | |
| 60 | if (fgetresolu(&xres, &yres, fin) != (YMAJOR|YDECR)) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |