From: Thomas Jarosch Date: Sun, 12 Jun 2005 11:17:37 +0000 (+0000) Subject: fix strange chars (kate is sometimes really buggy!) X-Git-Tag: v0.7~2 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=e64087025297c83105e27e4b4f934bcbd5d76636 fix strange chars (kate is sometimes really buggy!) --- diff --git a/src/ftdi.c b/src/ftdi.c index aaf0cb3..4cc36ce 100644 --- a/src/ftdi.c +++ b/src/ftdi.c @@ -218,8 +218,8 @@ int ftdi_usb_open_dev(struct ftdi_context *ftdi, struct usb_device *dev) } /* ftdi_usb_open -    -  Opens the first device with a given vendor and product ids. + + Opens the first device with a given vendor and product ids. Return codes: See ftdi_usb_open_desc()