Fix compile on Debian Squeeze PowerPC

thanks to phil
This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 19:19:38 +02:00
parent 384a72af81
commit 51f79dbd54
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int main(int argc, char *argv[]) {
}
/* The big getopt loop */
while ((c = getopt(argc, argv, "vcp:nh")) != EOF)
while ((c = getopt(argc, argv, "vcp:nh")) != (char)EOF)
switch (c) {
case 'c':
do_crc = 1;