]> git.webhop.me Git - lcd4linux.git/commitdiff
uh-oh... changed perl comment to C comment :-)
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 28 Feb 2009 06:07:10 +0000 (06:07 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 28 Feb 2009 06:07:10 +0000 (06:07 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@984 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_IRLCD.c

index e693cb764b83443ef14aec2d4a51a6a2042379a9..7e799f1481664ca03f7a72f124450c54f23127ff 100644 (file)
@@ -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;
                    }