Subversion Repositories public

Compare Revisions

Ignore whitespace Rev 229 → Rev 230

/sportwatcher/trunk/libgarmin/usb_comm.c
363,6 → 363,7
{
long theBytesReturned = 0;
char *buf = (char *)p->data;
wait_flag = FALSE;
 
for(cnt = 0 ; cnt < 10 ; cnt++)
{
370,6 → 371,7
{
cnt--;
usleep (100000);
wait_flag = FALSE;
continue;
}