Fix compile on Debian Squeeze PowerPC
thanks to phil
This commit is contained in:
parent
384a72af81
commit
51f79dbd54
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The big getopt loop */
|
/* The big getopt loop */
|
||||||
while ((c = getopt(argc, argv, "vcp:nh")) != EOF)
|
while ((c = getopt(argc, argv, "vcp:nh")) != (char)EOF)
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'c':
|
case 'c':
|
||||||
do_crc = 1;
|
do_crc = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue