From: michael Date: Sat, 28 Feb 2009 06:07:10 +0000 (+0000) Subject: uh-oh... changed perl comment to C comment :-) X-Git-Tag: svn1203~219 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=49aa9b7a80687a9ac15dc348308b58c8b108f92e;p=lcd4linux.git uh-oh... changed perl comment to C comment :-) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@984 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/drv_IRLCD.c b/drv_IRLCD.c index e693cb7..7e799f1 100644 --- a/drv_IRLCD.c +++ b/drv_IRLCD.c @@ -125,7 +125,7 @@ static int drv_IRLCD_open(char *bus_id, char *device_id) lcd = usb_open(dev); if (usb_claim_interface(lcd, 0) < 0) { info("%s: WRNING! usb_claim_interface() failed!", Name); - # try to proceed anyway... + /* try to proceed anyway... */ } return 0; }