ChangeSet 1.1211, 2003/06/18 16:34:03-07:00, [EMAIL PROTECTED] [PATCH] USB speedtouch: remove trailing semicolon
drivers/usb/speedcrc.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/speedcrc.h b/drivers/usb/speedcrc.h --- a/drivers/usb/speedcrc.h Wed Jun 18 17:36:20 2003 +++ b/drivers/usb/speedcrc.h Wed Jun 18 17:36:20 2003 @@ -23,6 +23,6 @@ ******************************************************************************/ unsigned long spdcrc32 (char *mem, int len, unsigned initial); -#define crc32_be(crc, mem, len) spdcrc32(mem, len, crc); +#define crc32_be(crc, mem, len) spdcrc32(mem, len, crc) #endif /* _SPEEDCRC_H_ */ ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel