From e64087025297c83105e27e4b4f934bcbd5d76636 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 12 Jun 2005 11:17:37 +0000 Subject: [PATCH] fix strange chars (kate is sometimes really buggy!) --- src/ftdi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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() -- 1.7.1