Subversion Repositories public

Rev

Rev 136 | Rev 150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 136 Rev 142
Line 237... Line 237...
237
 
237
 
238
	      if ( garmin->usb.handle != NULL )
238
	      if ( garmin->usb.handle != NULL )
239
		 break;
239
		 break;
240
	   }
240
	   }
241
 
241
 
-
 
242
	   if (garmin->usb.handle == NULL)
242
	   garmin_queue_error("Couldn't detect any Garmin device!", err_info);
243
	      garmin_queue_error("Couldn't detect any Garmin device!", err_info);
243
	}
244
	}
244
 
245
 
245
	return (garmin->usb.handle != NULL);
246
	return (garmin->usb.handle != NULL);
246
}
247
}
247
 
248