Fix signedness of "c" Bugs-Debian: 177295 Last-Update: 2003-10-26 Gbp-Pq: Name 0001-Fix-signedness-of-c.patch
Chad Walstrom authored
5 years ago
Didier Raboud committed
2 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
calibrate_ppa.c
less
more
80
80
FILE *outFile = NULL ;
81
81
int testPattern = 0;
82
82
char *out_filepath = NULL;
83
char c;
83
int c;
84
84
static struct option long_opts[] = {
85
85
{"gamma",0,0,'g'},
86
86
{"align",0,0,0},